diff options
Diffstat (limited to 'cpu/cpu_exec_context.hh')
-rw-r--r-- | cpu/cpu_exec_context.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpu/cpu_exec_context.hh b/cpu/cpu_exec_context.hh index e17cfbb94..6f725d1e4 100644 --- a/cpu/cpu_exec_context.hh +++ b/cpu/cpu_exec_context.hh @@ -363,15 +363,13 @@ class CPUExecContext { panic("instRead not implemented"); // return funcPhysMem->read(req, inst); - return No_Fault; + return NoFault; } void setCpuId(int id) { cpu_id = id; } int readCpuId() { return cpu_id; } - FunctionalMemory *getMemPtr() { return mem; } - void copyArchRegs(ExecContext *xc); // |