From 8d220c5c1024bc80c4f1365bc4ef542480acaac5 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Wed, 2 Aug 2006 12:04:18 -0400 Subject: Updates for registers and stuff. arch/alpha/ev5.cc: Update for copying IPRs. arch/alpha/isa_traits.hh: Allow for misc register file to serialize. Also add some register copying code. cpu/cpu_exec_context.cc: Use ISA's function to copy registers. --HG-- extra : convert_revision : 09fa3b2b1b229cbf3a34f69354953da2607c2a8f --- cpu/cpu_exec_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu') 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()); -- cgit v1.2.3