diff options
| author | Mahmoud <[email protected]> | 2019-05-16 11:16:13 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-16 11:16:13 -0400 |
| commit | 8fb484e4120a08e896f53424e9f4f46710966970 (patch) | |
| tree | bcdf540c591e2b80e8ae4c5b4c50bf1cd3a57d42 /src/gpgpu-sim/gpu-sim.cc | |
| parent | 0c16df3c8b108d8720846bb44b9abcc60ddf42f9 (diff) | |
fixing the link symbol error
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 72bac92..6f19640 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -82,7 +82,7 @@ class gpgpu_sim_wrapper {}; bool g_interactive_debugger_enabled=false; - +tr1_hash_map<new_addr_type,unsigned> address_random_interleaving; /* Clock Domains */ @@ -95,8 +95,6 @@ bool g_interactive_debugger_enabled=false; #define MEM_LATENCY_STAT_IMPL - - #include "mem_latency_stat.h" void power_config::reg_options(class OptionParser * opp) |
