diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2005-03-16 10:31:22 -0500 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2005-03-16 10:31:22 -0500 |
commit | d97590e29dab0cd67729b581bcb31a212ae1de42 (patch) | |
tree | 6bb4b9a079674166875f55bbc2c08de64d97c553 /sim/process.cc | |
parent | c8538d6a7e2b58ebcbe567023c9e1c5a0c3ee5a6 (diff) | |
parent | df012f26fa9797896e3f571c81d336bec0a97b98 (diff) | |
download | gem5-d97590e29dab0cd67729b581bcb31a212ae1de42.tar.xz |
Merge zizzer:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/.automount/zazzer/z/rdreslin/m5bk/timing_L1
--HG--
extra : convert_revision : 848757d0f18cfb33620cfa4b084a9b102b2744c0
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 } |