diff options
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/process.cc b/src/sim/process.cc index 01155ae32..668be367d 100644 --- a/src/sim/process.cc +++ b/src/sim/process.cc @@ -125,7 +125,7 @@ Process::Process(ProcessParams * params) mmap_start = mmap_end = 0; nxm_start = nxm_end = 0; - pTable = new PageTable(system); + pTable = new PageTable(this); // other parameters will be initialized when the program is loaded } |