about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
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)