summaryrefslogtreecommitdiff
path: root/src/arch/power/utility.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/utility.cc')
-rw-r--r--src/arch/power/utility.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/power/utility.cc b/src/arch/power/utility.cc
index c3d49ed16..ece17f4d1 100644
--- a/src/arch/power/utility.cc
+++ b/src/arch/power/utility.cc
@@ -55,4 +55,11 @@ copyRegs(ThreadContext *src, ThreadContext *dest)
dest->setNextPC(src->readNextPC());
}
+void
+skipFunction(ThreadContext *tc)
+{
+ panic("Not Implemented for POWER");
+}
+
+
} // PowerISA namespace