diff options
Diffstat (limited to 'gdbstub.h')
-rw-r--r-- | gdbstub.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ #ifdef CONFIG_USER_ONLY int gdb_handlesig (CPUState *, int); void gdb_exit(CPUState *, int); -#endif int gdbserver_start(int); +#else +int gdbserver_start(CharDriverState *chr); +#endif #endif |