sim-card
/
qemu
Archived
10
0
Fork 0

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:
blueswir1 2008-10-03 19:01:41 +00:00
parent 674a24acf7
commit 3e46b2ef2a
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ print_newselect(const struct syscallname *name,
}
#endif
#ifdef TARGET_NR_semctl
static void
print_semctl(const struct syscallname *name,
abi_long arg1, abi_long arg2, abi_long arg3,
@ -163,6 +164,7 @@ print_semctl(const struct syscallname *name,
print_ipc_cmd(arg3);
gemu_log(",0x" TARGET_ABI_FMT_lx ")", arg4);
}
#endif
static void
print_execve(const struct syscallname *name,