From f97a9ef2967da65f867d5eaaa78bfb8cf84afe0e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 16 Feb 2014 18:17:59 -0800 Subject: Generate retrans_stub at runtime so it can use the generated save/load_context 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 297d8a5..520887c 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -41,6 +41,7 @@ typedef struct { uint8_t *save_context; uint8_t *load_context; start_fun start_context; + uint8_t *retrans_stub; } x86_68k_options; typedef struct { -- cgit v1.2.3