about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-02 19:38:23 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-02 19:38:23 +0100
commitc4b57774f0b4794ad22e3e8c9fb4be760431b64e (patch)
tree7bed6efa782cceaec1634bd75f20c3dd564c4ec6 /src/include/box64context.h
parentf7acded7a1d3b3e349f55dd41f56818da0e5a283 (diff)
downloadbox64-c4b57774f0b4794ad22e3e8c9fb4be760431b64e.tar.gz
box64-c4b57774f0b4794ad22e3e8c9fb4be760431b64e.zip
[DYNAREC] Finetuned the jump table memory allocation
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index c8360017..3e55ff44 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -33,7 +33,6 @@ typedef struct mmaplist_s       mmaplist_t;
 typedef struct kh_dynablocks_s  kh_dynablocks_t;
 #endif
 #define DYNAMAP_SHIFT 16
-#define JMPTABL_SHIFT 16
 
 typedef void* (*procaddess_t)(const char* name);
 typedef void* (*vkprocaddess_t)(void* instance, const char* name);