about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-12-13 13:06:56 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-13 13:06:56 +0100
commit4dd5b67bbffc672dc241862d6fd54056c8a2ef09 (patch)
treed3975ee12470cfe6c04b2dddc6dbeeda0abedb4b /docs
parent88575ebc5d0df38c709f199e85030fa5435a1a4a (diff)
downloadbox64-4dd5b67bbffc672dc241862d6fd54056c8a2ef09.tar.gz
box64-4dd5b67bbffc672dc241862d6fd54056c8a2ef09.zip
[DYNAREC] Update USage with latest callret info
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index a7b419c8..21efad7e 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -183,8 +183,8 @@ Handling of flags on CALL/RET opcodes
 

 #### BOX64_DYNAREC_CALLRET *

 Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc)

-* 0 : Don't optimize CALL/RET, use Jump Table for boths (Default)

-* 1 : Try to optimized CALL/RET, skipping the use of the JumpTable when possible (will crash if blacks are invalidate, so probably incompatible with JIT/Dynarec)

+* 0 : Don't optimize CALL/RET, use Jump Table for boths

+* 1 : Try to optimized CALL/RET, skipping the use of the JumpTable when possible (Default)

 

 #### BOX64_DYNAREC_HOTPAGE *

 Handling of HotPage (Page being both executed and written)