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 80fe211..7b216c9 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -5,6 +5,8 @@ #define NATIVE_MAP_CHUNKS (64*1024) #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2) #define INVALID_OFFSET 0xFFFFFFFF +#define EXTENSION_WORD 0xFFFFFFFE +#define MAX_NATIVE_SIZE 255 #define OPT_NATIVE_CALL_STACK 0x1 |