提交 3e46b2ef 编写于 作者: B blueswir1

Fix warning about unused function

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5406 c046a42c-6fe2-441c-8c8c-71466251a162
上级 674a24ac
...@@ -154,6 +154,7 @@ print_newselect(const struct syscallname *name, ...@@ -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, ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册