提交 4cbd40ce 编写于 作者: S Stefan Weil 提交者: Blue Swirl

darwin-user: Add missing static attribute

Function usage is only used locally, so add "static".
Signed-off-by: NStefan Weil <weil@mail.berlios.de>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 051eb6c1
......@@ -704,7 +704,7 @@ void cpu_loop(CPUX86State *env)
}
#endif
void usage(void)
static void usage(void)
{
printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2004 Fabrice Bellard\n"
"usage: qemu-" TARGET_ARCH " [-h] [-d opts] [-L path] [-s size] program [arguments...]\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册