diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-04-24 20:49:31 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-04-24 20:49:31 -0700 |
commit | 3f8fd3720d38bded32fdf88ed3824f9c8745a4a7 (patch) | |
tree | a89fd02a712b39a83eee336471a3752f5bb5797f /gdb_remote.h | |
parent | 8d362430c6785dcc4b9ed3a7a97acba8ebb15950 (diff) |
Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching
Diffstat (limited to 'gdb_remote.h')
-rw-r--r-- | gdb_remote.h | 2 |
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_ |