summaryrefslogtreecommitdiff
path: root/src/arch/power/utility.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/utility.hh')
-rw-r--r--src/arch/power/utility.hh8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh
index 442075aa2..6263635e9 100644
--- a/src/arch/power/utility.hh
+++ b/src/arch/power/utility.hh
@@ -101,16 +101,12 @@ checkFpEnableFault(XC *xc)
return NoFault;
}
-static inline void
-copyRegs(ThreadContext *src, ThreadContext *dest)
-{
- panic("Copy Regs Not Implemented Yet\n");
-}
+void
+copyRegs(ThreadContext *src, ThreadContext *dest);
static inline void
copyMiscRegs(ThreadContext *src, ThreadContext *dest)
{
- panic("Copy Misc. Regs Not Implemented Yet\n");
}
} // PowerISA namespace