diff m68k_to_x86.h @ 566:624dd5106060

Add backtrace (bt) command to 68K debugger
author Michael Pavone <pavone@retrodev.com>
date Sun, 02 Mar 2014 14:41:43 -0800
parents dc9f178085a0
children 8e395210f50f
line wrap: on
line diff
--- a/m68k_to_x86.h	Sat Mar 01 17:11:06 2014 -0800
+++ b/m68k_to_x86.h	Sun Mar 02 14:41:43 2014 -0800
@@ -73,6 +73,7 @@
 void insert_breakpoint(m68k_context * context, uint32_t address, uint8_t * bp_handler);
 void remove_breakpoint(m68k_context * context, uint32_t address);
 m68k_context * m68k_handle_code_write(uint32_t address, m68k_context * context);
+uint32_t get_instruction_start(native_map_slot * native_code_map, uint32_t address);
 
 #endif //M68K_TO_X86_H_