diff options
Diffstat (limited to 'src/arch/power/linux')
-rw-r--r-- | src/arch/power/linux/process.hh | 2 |
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. |