diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2005-03-16 18:31:20 -0500 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2005-03-16 18:31:20 -0500 |
commit | 901aeb24ebff9254da2bef09f94c65a955b1d479 (patch) | |
tree | 2268831bd10f7805a33c5015e22a6e362712ed1f /sim/process.cc | |
parent | 14c461c93c9b83fffb0d629d347a28d4f7b79198 (diff) | |
parent | f2dd82097263a726888af2a097547f3c6d2d6a03 (diff) | |
download | gem5-901aeb24ebff9254da2bef09f94c65a955b1d479.tar.xz |
Merge zizzer:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/.automount/zazzer/z/rdreslin/m5bk/timing_L1
--HG--
extra : convert_revision : f7c6ead8e9b2d0b5682d7bb40f5a85d4fe402896
Diffstat (limited to 'sim/process.cc')
-rw-r--r-- | sim/process.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/process.cc b/sim/process.cc index 7111e8733..c18b31da7 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -89,6 +89,7 @@ Process::Process(const string &nm, } mmap_start = mmap_end = 0; + nxm_start = nxm_end = 0; // other parameters will be initialized when the program is loaded } |