From 4dd5b67bbffc672dc241862d6fd54056c8a2ef09 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 13 Dec 2023 13:06:56 +0100 Subject: [DYNAREC] Update USage with latest callret info --- docs/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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) -- cgit 1.4.1