summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-02-15 22:35:18 -0800
committerMichael Pavone <pavone@retrodev.com>2014-02-15 22:35:18 -0800
commit15d4fb35d602498e2915e585c5011c994cc833bd (patch)
treec1a977b562b51b5ce3de25bfbb79cf97c5cf14ea /m68k_to_x86.h
parentebb8d34197bf7908fe78e2692615a41c03d676f6 (diff)
Get rid of the native stack option the 68K core. Trying to make it work with code that messes with the stack is not worth the trouble.
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index 751e9d1..297d8a5 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -16,8 +16,6 @@ struct m68kinst;
#define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
#define MAX_NATIVE_SIZE 255
-#define OPT_NATIVE_CALL_STACK 0x1
-
typedef void (*start_fun)(uint8_t * addr, void * context);
typedef struct {