about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-28 15:08:55 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-03-28 15:08:55 +0200
commitba1493857f16f8d8e9eec8f3d421e49784761e8d (patch)
tree5a26df7bf3ab0bc6dd6505a0dc21890f5deddf25 /src/include
parentfb7a0318a0e93b099cf781ea5bb285b97092d277 (diff)
downloadbox64-ba1493857f16f8d8e9eec8f3d421e49784761e8d.tar.gz
box64-ba1493857f16f8d8e9eec8f3d421e49784761e8d.zip
[DYNAREC] Improved Dynablock construction, stopping when overlaping block is detected
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 d5e8a09a..c1de067f 100644
--- a/src/include/custommem.h
+++ b/src/include/custommem.h
@@ -29,6 +29,7 @@ void cleanDBFromAddressRange(uintptr_t addr, uintptr_t size, int destroy);
 dynablocklist_t* getDB(uintptr_t idx);
 void addJumpTableIfDefault64(void* addr, void* jmp);
 void setJumpTableDefault64(void* addr);
+int isJumpTableDefault64(void* addr);
 uintptr_t getJumpTable64();
 uintptr_t getJumpTableAddress64(uintptr_t addr);
 #endif