summaryrefslogtreecommitdiff
path: root/gdb_remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb_remote.h')
-rw-r--r--gdb_remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb_remote.h b/gdb_remote.h
index a908d65..0e85009 100644
--- a/gdb_remote.h
+++ b/gdb_remote.h
@@ -3,6 +3,6 @@
#include "genesis.h"
void gdb_remote_init(void);
-m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);
+void gdb_debug_enter(m68k_context * context, uint32_t pc);
#endif //GDB_REMOTE_H_