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, 2 insertions, 0 deletions
diff --git a/src/arch/power/linux/process.hh b/src/arch/power/linux/process.hh
index c4600129e..e3f3071b8 100644
--- a/src/arch/power/linux/process.hh
+++ b/src/arch/power/linux/process.hh
@@ -46,6 +46,8 @@ class PowerLinuxProcess : public PowerLiveProcess
void initState();
PowerISA::IntReg getSyscallArg(ThreadContext *tc, int &i);
+ /// Explicitly import the otherwise hidden getSyscallArg
+ using LiveProcess::getSyscallArg;
void setSyscallArg(ThreadContext *tc, int i, PowerISA::IntReg val);
/// Array of syscall descriptors, indexed by call number.