mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
use correct types
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3596 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8a4ed7ef48
commit
c16f9ed3ad
2 changed files with 41 additions and 35 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue