about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-04 11:34:29 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-04 11:34:29 +0100
commit0c41d9810fcc4f67902988b9f7d0a15d83d6568a (patch)
treea2273828df0c76ab55115d5cef51080dd6433031 /src/include
parent165961f27e264164dd62eea0164d16d9d436a8a5 (diff)
downloadbox64-0c41d9810fcc4f67902988b9f7d0a15d83d6568a.tar.gz
box64-0c41d9810fcc4f67902988b9f7d0a15d83d6568a.zip
[ARM64_DYNAREC][32BITS] Small optim on jump table for 32bits access (1 less read, or 2 in SAVE_MEM configuration)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/custommem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/custommem.h b/src/include/custommem.h
index b80eba47..997afe85 100644
--- a/src/include/custommem.h
+++ b/src/include/custommem.h
@@ -37,6 +37,7 @@ void setJumpTableDefault64(void* addr);
 void setJumpTableDefaultRef64(void* addr, void* jmp);
 int isJumpTableDefault64(void* addr);
 uintptr_t getJumpTable64(void);
+uintptr_t getJumpTable32(void);
 uintptr_t getJumpTableAddress64(uintptr_t addr);
 uintptr_t getJumpAddress64(uintptr_t addr);