summaryrefslogtreecommitdiff
path: root/sim/system.cc
diff options
context:
space:
mode:
authorAndrew Schultz <alschult@umich.edu>2003-10-22 18:50:54 -0400
committerAndrew Schultz <alschult@umich.edu>2003-10-22 18:50:54 -0400
commit98fd66ed0c2596644bb3c6a58f924f0a8756a048 (patch)
tree3ea37dd1ec7881841899a67db542b6d75fb59c94 /sim/system.cc
parent35a0764307c0537d514f3ee2ef34e6df79c1a76d (diff)
downloadgem5-98fd66ed0c2596644bb3c6a58f924f0a8756a048.tar.xz
Changed the init_param to a uint64_t from int
--HG-- extra : convert_revision : fbd3d3bbaa539661f63e4f7991b0a6275992d60a
Diffstat (limited to 'sim/system.cc')
-rw-r--r--sim/system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/system.cc b/sim/system.cc
index 0e0b83332..903362f0b 100644
--- a/sim/system.cc
+++ b/sim/system.cc
@@ -38,7 +38,7 @@ vector<System *> System::systemList;
int System::numSystemsRunning = 0;
System::System(const std::string _name,
- const int _init_param,
+ const uint64_t _init_param,
MemoryController *_memCtrl,
PhysicalMemory *_physmem)
: SimObject(_name),