diff options
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r-- | m68k_to_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |