summaryrefslogtreecommitdiff
path: root/src/arch/power/linux/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/linux/process.hh')
-rw-r--r--src/arch/power/linux/process.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/linux/process.hh b/src/arch/power/linux/process.hh
index 78b0eef7f..db6759a77 100644
--- a/src/arch/power/linux/process.hh
+++ b/src/arch/power/linux/process.hh
@@ -46,7 +46,7 @@ class PowerLinuxProcess : public PowerLiveProcess
void startup();
- PowerISA::IntReg getSyscallArg(ThreadContext *tc, int i);
+ PowerISA::IntReg getSyscallArg(ThreadContext *tc, int &i);
void setSyscallArg(ThreadContext *tc, int i, PowerISA::IntReg val);
/// Array of syscall descriptors, indexed by call number.