diff options
author | Andrew Schultz <alschult@umich.edu> | 2003-10-22 18:50:54 -0400 |
---|---|---|
committer | Andrew Schultz <alschult@umich.edu> | 2003-10-22 18:50:54 -0400 |
commit | 98fd66ed0c2596644bb3c6a58f924f0a8756a048 (patch) | |
tree | 3ea37dd1ec7881841899a67db542b6d75fb59c94 /kern/tru64/tru64_system.hh | |
parent | 35a0764307c0537d514f3ee2ef34e6df79c1a76d (diff) | |
download | gem5-98fd66ed0c2596644bb3c6a58f924f0a8756a048.tar.xz |
Changed the init_param to a uint64_t from int
--HG--
extra : convert_revision : fbd3d3bbaa539661f63e4f7991b0a6275992d60a
Diffstat (limited to 'kern/tru64/tru64_system.hh')
-rw-r--r-- | kern/tru64/tru64_system.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/tru64/tru64_system.hh b/kern/tru64/tru64_system.hh index 7fd337eb5..f1b8bb532 100644 --- a/kern/tru64/tru64_system.hh +++ b/kern/tru64/tru64_system.hh @@ -79,7 +79,7 @@ class Tru64System : public System public: Tru64System(const std::string _name, - const int _init_param, + const uint64_t _init_param, MemoryController *_memCtrl, PhysicalMemory *_physmem, const std::string &kernel_path, |