diff options
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index 8ab3506db..c40b00e4c 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -122,7 +122,7 @@ class ExecContext int cpu_id; System *system; - Memory *mem; +// Memory *mem; #if FULL_SYSTEM AlphaITB *itb; @@ -243,6 +243,7 @@ class ExecContext #endif +/* template <class T> Fault read(CpuRequestPtr &req, T &data) { @@ -308,7 +309,7 @@ class ExecContext #endif return mem->prot_write(req->paddr, (T)htog(data), req->size); } - +*/ virtual bool misspeculating(); |