about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-03-06 20:02:55 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-03-06 20:03:08 +0100
commit7ba0e7a0558e906d18d02ae1ea1fdc0218206024 (patch)
tree48d77473c5ec416b5ee9bb4a9fbb7fef252d8c23 /docs/USAGE.md
parenteb039c0449641264122374a5cb0ea6cc6b47f625 (diff)
downloadbox64-7ba0e7a0558e906d18d02ae1ea1fdc0218206024.tar.gz
box64-7ba0e7a0558e906d18d02ae1ea1fdc0218206024.zip
[DOC] Fixed default for strongmem in docs
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 3dad6ba4..c512e6af 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -646,8 +646,8 @@ Behaviour of flags emulation on CALL/RET opcodes.
 
 Enable the emulation of x86 strong memory model.
 
- * 0: Do not try anything special. 
- * 1: Enable some memory barriers when writing to memory to emulate the x86 strong memory model in a limited way. [Default]
+ * 0: Do not try anything special. [Default]
+ * 1: Enable some memory barriers when writing to memory to emulate the x86 strong memory model in a limited way. 
  * 2: All in 1, plus memory barriers on SIMD instructions. 
  * 3: All in 2, plus more memory barriers on a regular basis.