about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-02 18:50:48 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-02 18:50:48 +0100
commita609452cfda881aa53e591728d7b63adab20b777 (patch)
tree1aa307607af168bec872b4459e346c1dcc8a28c0 /docs
parentee1256a676744da3257d5c2ad6fea5dd9b870bfd (diff)
downloadbox64-a609452cfda881aa53e591728d7b63adab20b777.tar.gz
box64-a609452cfda881aa53e591728d7b63adab20b777.zip
[DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine Installer needs that
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 790669e0..b756541c 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

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

+* 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

 

 #### BOX64_DYNAREC_ALIGNED_ATOMICS *

 Generated code for aligned atomics only