diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-04-29 21:46:48 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-04-29 21:46:48 -0700 |
commit | b4d93c2e5ed601430c9680b8f06996ea834f80b7 (patch) | |
tree | 2c3d635e7313b25e7279906fa5fbb94bc8609659 /m68k_to_x86.h | |
parent | e43d9cd9eb59197c72eb08189cfcbb37cd630898 (diff) |
Implement retranslating code when written to. Possibly broken, need to fix some other bugs before a proper test.
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r-- | m68k_to_x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 3808612..0539672 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -9,7 +9,6 @@ struct m68kinst; #define NUM_MEM_AREAS 4 #define NATIVE_MAP_CHUNKS (64*1024) #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2) -#define EXTENSION_WORD 0xFFFFFFFE #define MAX_NATIVE_SIZE 255 #define OPT_NATIVE_CALL_STACK 0x1 |