diff m68k_to_x86.h @ 544:8a26567852b7

Generate native_addr and native_addr_and_sync at runtime so they can use the generated save/load_context functions
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Feb 2014 19:21:39 -0800
parents 915a1cb98bac
children 67cf0ce57d8d
line wrap: on
line diff
--- a/m68k_to_x86.h	Sun Feb 16 18:17:59 2014 -0800
+++ b/m68k_to_x86.h	Sun Feb 16 19:21:39 2014 -0800
@@ -42,6 +42,8 @@
 	uint8_t			*load_context;
 	start_fun       start_context;
 	uint8_t         *retrans_stub;
+	uint8_t         *native_addr;
+	uint8_t         *native_addr_and_sync;
 } x86_68k_options;
 
 typedef struct {