about summary refs log tree commit diff stats
path: root/src/include/dynarec_native.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-19 09:56:42 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-19 09:56:42 +0100
commit3b8d6ef208d4a3f5d3402977b0978f9a294e8aae (patch)
tree324182382ea7cf79e3474539d41a24dabe75f3f1 /src/include/dynarec_native.h
parent2e59b56f1691227e4a93ac1c2dd844adcc6334cd (diff)
downloadbox64-3b8d6ef208d4a3f5d3402977b0978f9a294e8aae.tar.gz
box64-3b8d6ef208d4a3f5d3402977b0978f9a294e8aae.zip
Simplified dynablock handling (reduced memory consuption)
Diffstat (limited to 'src/include/dynarec_native.h')
-rwxr-xr-xsrc/include/dynarec_native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/dynarec_native.h b/src/include/dynarec_native.h
index bc4cf3f6..9fe26323 100755
--- a/src/include/dynarec_native.h
+++ b/src/include/dynarec_native.h
@@ -4,7 +4,7 @@
 typedef struct dynablock_s dynablock_t;
 typedef struct x64emu_s x64emu_t;
 
-void CancelBlock64();
+void CancelBlock64(int need_lock);
 void* FillBlock64(dynablock_t* block, uintptr_t addr);
 
 #endif //__DYNAREC_ARM_H_
\ No newline at end of file