summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorallen <[email protected]>2020-11-09 21:43:08 +0900
committerGitHub <[email protected]>2020-11-09 21:43:08 +0900
commit950464e7f8e512f2beb0c9e0883db3489bf84cec (patch)
treea41ebed0548603ef2f354c8a0788a7982c3a3227 /src/abstract_hardware_model.h
parent2d73b61a51d9f7ed4c2af92ee214a79922c97925 (diff)
change address type into ull
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 49f3e9f..c012de0 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -75,8 +75,8 @@ enum AdaptiveCache { FIXED = 0, ADAPTIVE_VOLTA = 1 };
typedef unsigned long long new_addr_type;
typedef unsigned long long cudaTextureObject_t;
-typedef unsigned address_type;
-typedef unsigned addr_t;
+typedef unsigned long long address_type;
+typedef unsigned long long addr_t;
// the following are operations the timing model can see
#define SPECIALIZED_UNIT_NUM 8