diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-12-13 13:06:56 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-12-13 13:06:56 +0100 |
| commit | 4dd5b67bbffc672dc241862d6fd54056c8a2ef09 (patch) | |
| tree | d3975ee12470cfe6c04b2dddc6dbeeda0abedb4b /docs | |
| parent | 88575ebc5d0df38c709f199e85030fa5435a1a4a (diff) | |
| download | box64-4dd5b67bbffc672dc241862d6fd54056c8a2ef09.tar.gz box64-4dd5b67bbffc672dc241862d6fd54056c8a2ef09.zip | |
[DYNAREC] Update USage with latest callret info
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 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) |