From ea1973ff4f66831d543969f0cb33ccd06eaddba5 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 21 May 2013 00:56:56 -0700 Subject: Generate handle_cycle_limit_int at runtime so it can refer to the runtime generated memory map functions --- 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 1dbef16..7d52f03 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -30,6 +30,7 @@ typedef struct { uint8_t *read_32; uint8_t *write_32_lowfirst; uint8_t *write_32_highfirst; + uint8_t *handle_cycle_limit_int; } x86_68k_options; typedef struct { -- cgit v1.2.3