diff options
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index 3d40c06f0..8e9e5f2fd 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -186,8 +186,8 @@ class ExecContext ExecContext(BaseCPU *_cpu, int _thread_num, System *_system, AlphaITB *_itb, AlphaDTB *_dtb, FunctionalMemory *_dem); #else - ExecContext(BaseCPU *_cpu, int _thread_num, System *_system, - Memory *_mem, Process *_process, int _asid); + ExecContext(BaseCPU *_cpu, int _thread_num, + Process *_process, int _asid); #endif virtual ~ExecContext(); |