diff m68k_to_x86.h @ 543:915a1cb98bac

Generate retrans_stub at runtime so it can use the generated save/load_context functions
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Feb 2014 18:17:59 -0800
parents a59ac6b4b5b5
children 8a26567852b7
line wrap: on
line diff
--- a/m68k_to_x86.h	Sun Feb 16 16:50:10 2014 -0800
+++ b/m68k_to_x86.h	Sun Feb 16 18:17:59 2014 -0800
@@ -41,6 +41,7 @@
 	uint8_t			*save_context;
 	uint8_t			*load_context;
 	start_fun       start_context;
+	uint8_t         *retrans_stub;
 } x86_68k_options;
 
 typedef struct {