summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-02-16 19:21:39 -0800
committerMichael Pavone <pavone@retrodev.com>2014-02-16 19:21:39 -0800
commit01325bd8f812abe9685ab69a0f112558a0f42fe5 (patch)
tree7766afc2b7c852305f74f341e0d1e01427b1daf9 /m68k_to_x86.h
parentf97a9ef2967da65f867d5eaaa78bfb8cf84afe0e (diff)
Generate native_addr and native_addr_and_sync at runtime so they can use the generated save/load_context functions
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index 520887c..4b64c53 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -42,6 +42,8 @@ typedef struct {
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 {