diff m68k_to_x86.h @ 547:3090d016c9e9

Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_regs setting
author Michael Pavone <pavone@retrodev.com>
date Tue, 18 Feb 2014 20:32:10 -0800
parents 67cf0ce57d8d
children acec5464fa1e
line wrap: on
line diff
--- a/m68k_to_x86.h	Mon Feb 17 19:58:37 2014 -0800
+++ b/m68k_to_x86.h	Tue Feb 18 20:32:10 2014 -0800
@@ -46,6 +46,9 @@
 	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 {