diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2005-02-25 14:39:55 -0500 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2005-02-25 14:39:55 -0500 |
commit | b5c788bf8a2eeec591490191a253575a2828b9cb (patch) | |
tree | 548f5900d251970e8553fb12d75c035ac08a4aac /sim/process.cc | |
parent | 986ff12da13266433679f3e90fe1d6df9d40d675 (diff) | |
parent | fbe2d264878d399f0f37952c26420c83b0b2412d (diff) | |
download | gem5-b5c788bf8a2eeec591490191a253575a2828b9cb.tar.xz |
Merge zizzer:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/.automount/zazzer/z/rdreslin/m5bk/timing_L1
--HG--
extra : convert_revision : e314c70da4a9f4e05c9a8afec1de85000618ea4d
Diffstat (limited to 'sim/process.cc')
-rw-r--r-- | sim/process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/process.cc b/sim/process.cc index 4d860c51d..acc6762f8 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -287,7 +287,7 @@ LiveProcess::LiveProcess(const string &name, ObjectFile *objFile, // Set up region for mmaps. Tru64 seems to start just above 0 and // grow up from there. - mmap_base = 0x10000; + mmap_start = mmap_end = 0x10000; // Set pointer for next thread stack. Reserve 8M for main stack. next_thread_stack_base = stack_base - (8 * 1024 * 1024); |