From 9b5ed199e364fb84165a2616434849f63226b8d0 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 18 Feb 2014 20:32:10 -0800 Subject: Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_regs setting --- m68k_to_x86.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index c3a50d7..7fba62c 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -46,6 +46,9 @@ typedef struct { uint8_t *retrans_stub; uint8_t *native_addr; uint8_t *native_addr_and_sync; + uint8_t *get_sr; + uint8_t *set_sr; + uint8_t *set_ccr; } x86_68k_options; typedef struct { -- cgit v1.2.3