aboutsummaryrefslogtreecommitdiff
path: root/include/sim/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sim/callback.h')
-rw-r--r--include/sim/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sim/callback.h b/include/sim/callback.h
index 8d61ebb8..be72f45 100644
--- a/include/sim/callback.h
+++ b/include/sim/callback.h
@@ -241,7 +241,7 @@ typedef struct cb_syscall {
/* The target's value of what system call to perform. */
int func;
/* The arguments to the syscall. */
- long arg1, arg2, arg3, arg4;
+ long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
/* The result. */
long result;