diff options
Diffstat (limited to 'src/arch/mips/process.hh')
-rw-r--r-- | src/arch/mips/process.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/mips/process.hh b/src/arch/mips/process.hh index a607bd285..fb31bef6d 100644 --- a/src/arch/mips/process.hh +++ b/src/arch/mips/process.hh @@ -54,7 +54,6 @@ class MipsProcess : 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); }; |