summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-01-04 23:21:07 -0800
committerMike Pavone <pavone@retrodev.com>2013-01-04 23:21:07 -0800
commitb6daf2b7bc951d54ffe49e83cc96b30d7f34bc23 (patch)
treef841800f5647d65322c01a241e5615408a656663 /m68k_to_x86.h
parentdc1db1cf80f9a8b4067f9122527884e2f47e3a6e (diff)
Don't use the native call stack for M68K calls by default
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 7871c6a..24e6774 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -6,6 +6,8 @@
#define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
#define INVALID_OFFSET 0xFFFFFFFF
+#define OPT_NATIVE_CALL_STACK 0x1
+
typedef struct {
uint8_t *base;
int32_t *offsets;