diff m68k_to_x86.h @ 541:a59ac6b4b5b5

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.
author Michael Pavone <pavone@retrodev.com>
date Sat, 15 Feb 2014 22:35:18 -0800
parents 4ca826862174
children 915a1cb98bac
line wrap: on
line diff
--- a/m68k_to_x86.h	Sat Feb 15 21:25:36 2014 -0800
+++ b/m68k_to_x86.h	Sat Feb 15 22:35:18 2014 -0800
@@ -16,8 +16,6 @@
 #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 {