diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-02 18:50:48 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-02 18:50:48 +0100 |
| commit | a609452cfda881aa53e591728d7b63adab20b777 (patch) | |
| tree | 1aa307607af168bec872b4459e346c1dcc8a28c0 /docs | |
| parent | ee1256a676744da3257d5c2ad6fea5dd9b870bfd (diff) | |
| download | box64-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.md | 4 |
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 |