about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-20 19:50:26 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-20 19:50:26 +0100
commitfb5ac9c4cddf2bf03ee62dc4addac719c0cf02ab (patch)
tree25dbc143e0c097e5c72f9a50a0703798fd911f60 /docs
parented4e33d8886a7e8c89318fa41535e9158a3c9893 (diff)
downloadbox64-fb5ac9c4cddf2bf03ee62dc4addac719c0cf02ab.tar.gz
box64-fb5ac9c4cddf2bf03ee62dc4addac719c0cf02ab.zip
Fixed a improved HotPage handling
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 92913438..422dc176 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -175,7 +175,7 @@ Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc)
 #### BOX64_DYNAREC_HOTPAGE *

 Handling of HotPage (Page beeing both executed and writen)

 * 0 : Don't track hotpage

-* 1-255 : Track HotPage, and disable execution of a page beeing writen for N attempts (default is 16)

+* 1-255 : Track HotPage, and disable execution of a page beeing writen for N attempts (default is 4)

 

 #### BOX64_DYNAREC_FASTPAGE *

 Will use a faster handling of HotPage (Page beeing both executed and writen)