From 3f8fd3720d38bded32fdf88ed3824f9c8745a4a7 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 24 Apr 2017 20:49:31 -0700 Subject: Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching --- gdb_remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb_remote.h') 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_ -- cgit v1.2.3