diff options
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r-- | m68k_to_x86.h | 2 |
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; |