GNU Binutils with patches for OS216
修订版 | b273f15bb8433827947c6eb2dc8f1fddf932181b (tree) |
---|---|
时间 | 2006-09-17 21:26:58 |
作者 | Nick Roberts <nickrob@snap...> |
Commiter | Nick Roberts |
Declare async_client_context as static here.
@@ -46,6 +46,8 @@ extern int standard_can_async_p (void); | ||
46 | 46 | static struct target_ops *ptrace_ops_hack; |
47 | 47 | |
48 | 48 | |
49 | +static void *async_client_context; | |
50 | + | |
49 | 51 | static void |
50 | 52 | async_file_handler (int error, gdb_client_data client_data) |
51 | 53 | { |