diff options
Diffstat (limited to 'linux-user/qemu.h')
-rw-r--r-- | linux-user/qemu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 68ce12a62d..581ee27fa8 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -166,9 +166,9 @@ extern FILE *logfile; /* strace.c */ void print_syscall(int num, - target_long arg1, target_long arg2, target_long arg3, - target_long arg4, target_long arg5, target_long arg6); -void print_syscall_ret(int num, target_long arg1); + abi_long arg1, abi_long arg2, abi_long arg3, + abi_long arg4, abi_long arg5, abi_long arg6); +void print_syscall_ret(int num, abi_long arg1); extern int do_strace; /* signal.c */ |