diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/cpu_exec_context.cc | 2 |
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()); |