mirror of https://github.com/xemu-project/xemu.git
Fix warning about unused function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5406 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
674a24acf7
commit
3e46b2ef2a
|
@ -154,6 +154,7 @@ print_newselect(const struct syscallname *name,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef TARGET_NR_semctl
|
||||||
static void
|
static void
|
||||||
print_semctl(const struct syscallname *name,
|
print_semctl(const struct syscallname *name,
|
||||||
abi_long arg1, abi_long arg2, abi_long arg3,
|
abi_long arg1, abi_long arg2, abi_long arg3,
|
||||||
|
@ -163,6 +164,7 @@ print_semctl(const struct syscallname *name,
|
||||||
print_ipc_cmd(arg3);
|
print_ipc_cmd(arg3);
|
||||||
gemu_log(",0x" TARGET_ABI_FMT_lx ")", arg4);
|
gemu_log(",0x" TARGET_ABI_FMT_lx ")", arg4);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_execve(const struct syscallname *name,
|
print_execve(const struct syscallname *name,
|
||||||
|
|
Loading…
Reference in New Issue