summaryrefslogtreecommitdiff
path: root/src/arch/power/process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/process.cc')
-rw-r--r--src/arch/power/process.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/power/process.cc b/src/arch/power/process.cc
index b24a51948..fdef2fa30 100644
--- a/src/arch/power/process.cc
+++ b/src/arch/power/process.cc
@@ -280,13 +280,6 @@ PowerProcess::getSyscallArg(ThreadContext *tc, int &i)
}
void
-PowerProcess::setSyscallArg(ThreadContext *tc, int i, RegVal val)
-{
- assert(i < 5);
- tc->setIntReg(ArgumentReg0 + i, val);
-}
-
-void
PowerProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)
{
Cr cr = tc->readIntReg(INTREG_CR);