summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-12-12 01:01:06 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:22 -0700
commit48d8dab7cfd23a3eb58a1670c48a9631eb2954c5 (patch)
treeb642240e24ab487df4e7e52b2f9a3cac46298058 /src/abstract_hardware_model.h
parent98ad7857d0722fc605e0b62f05bb1f23893cd6a0 (diff)
Fix for bug 30 (external).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14789]
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 4826e44..cc7a4b7 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -561,7 +561,7 @@ class mem_access_t {
public:
mem_access_t() { init(); }
mem_access_t( mem_access_type type,
- address_type address,
+ new_addr_type address,
unsigned size,
bool wr )
{
@@ -572,7 +572,7 @@ public:
m_write = wr;
}
mem_access_t( mem_access_type type,
- address_type address,
+ new_addr_type address,
unsigned size,
bool wr,
const active_mask_t &active_mask,