summaryrefslogtreecommitdiff
path: root/src/sim/process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/process.cc')
-rw-r--r--src/sim/process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/process.cc b/src/sim/process.cc
index 352c17926..90d0e5d55 100644
--- a/src/sim/process.cc
+++ b/src/sim/process.cc
@@ -395,7 +395,7 @@ Process::syscall(int64_t callnum, ThreadContext *tc, Fault *fault)
if (desc == nullptr)
fatal("Syscall %d out of range", callnum);
- desc->doSyscall(callnum, this, tc, fault);
+ desc->doSyscall(callnum, tc, fault);
}
RegVal