From 60a4f8174b28688a59932e7a083a38e906d243db Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 21 May 2013 01:10:04 -0700 Subject: m68k_trap is now replaced with a generated one so it can call the generated memory acccess functions. The old static memory access functions have been removed from runtime.S --- m68k_to_x86.h | 1 + 1 file changed, 1 insertion(+) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 7d52f03..c2408f4 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -31,6 +31,7 @@ typedef struct { uint8_t *write_32_lowfirst; uint8_t *write_32_highfirst; uint8_t *handle_cycle_limit_int; + uint8_t *trap; } x86_68k_options; typedef struct { -- cgit v1.2.3