提交 654efcf3 编写于 作者: B blueswir1

Add 'static' to avoid a sparse warning

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7175 c046a42c-6fe2-441c-8c8c-71466251a162
上级 aa806132
...@@ -334,7 +334,7 @@ static int get_char(GDBState *s) ...@@ -334,7 +334,7 @@ static int get_char(GDBState *s)
static gdb_syscall_complete_cb gdb_current_syscall_cb; static gdb_syscall_complete_cb gdb_current_syscall_cb;
enum { static enum {
GDB_SYS_UNKNOWN, GDB_SYS_UNKNOWN,
GDB_SYS_ENABLED, GDB_SYS_ENABLED,
GDB_SYS_DISABLED, GDB_SYS_DISABLED,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册