diff options
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 } |