diff options
Diffstat (limited to 'src/arch/power/process.hh')
-rw-r--r-- | src/arch/power/process.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/power/process.hh b/src/arch/power/process.hh index 186bc8745..f746f1155 100644 --- a/src/arch/power/process.hh +++ b/src/arch/power/process.hh @@ -53,7 +53,6 @@ class PowerProcess : public Process RegVal getSyscallArg(ThreadContext *tc, int &i); /// Explicitly import the otherwise hidden getSyscallArg using Process::getSyscallArg; - void setSyscallArg(ThreadContext *tc, int i, RegVal val); void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); }; |