summaryrefslogtreecommitdiff
path: root/cpu/cpu_exec_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/cpu_exec_context.cc')
-rw-r--r--cpu/cpu_exec_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/cpu_exec_context.cc b/cpu/cpu_exec_context.cc
index e30295ef8..e28c34f88 100644
--- a/cpu/cpu_exec_context.cc
+++ b/cpu/cpu_exec_context.cc
@@ -306,7 +306,7 @@ CPUExecContext::copyArchRegs(ExecContext *xc)
}
// Copy misc. registers
- regs.miscRegs.copyMiscRegs(xc);
+ TheISA::copyMiscRegs(xc, proxy);
// Lastly copy PC/NPC
setPC(xc->readPC());