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 5a2ad92a4..ef96dae5f 100644
--- a/src/arch/power/linux/process.hh
+++ b/src/arch/power/linux/process.hh
@@ -45,6 +45,8 @@ class PowerLinuxProcess : public PowerProcess
void initState();
+ void syscall(ThreadContext *tc, Fault *fault) override;
+
RegVal getSyscallArg(ThreadContext *tc, int &i);
/// Explicitly import the otherwise hidden getSyscallArg
using Process::getSyscallArg;