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 --- debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 8120c88..3ae71df 100644 --- a/debug.h +++ b/debug.h @@ -23,7 +23,7 @@ bp_def ** find_breakpoint(bp_def ** cur, uint32_t address); bp_def ** find_breakpoint_idx(bp_def ** cur, uint32_t index); void add_display(disp_def ** head, uint32_t *index, char format_char, char * param); void remove_display(disp_def ** head, uint32_t index); -m68k_context * debugger(m68k_context * context, uint32_t address); +void debugger(m68k_context * context, uint32_t address); z80_context * zdebugger(z80_context * context, uint16_t address); #endif //DEBUG_H_ -- cgit v1.2.3