about summary refs log tree commit diff stats
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
parenteb039c0449641264122374a5cb0ea6cc6b47f625 (diff)
downloadbox64-7ba0e7a0558e906d18d02ae1ea1fdc0218206024.tar.gz
box64-7ba0e7a0558e906d18d02ae1ea1fdc0218206024.zip
[DOC] Fixed default for strongmem in docs
-rw-r--r--docs/USAGE.md4
-rw-r--r--docs/box64.pod4
-rw-r--r--docs/gen/usage.json4
3 files changed, 6 insertions, 6 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. 
 
diff --git a/docs/box64.pod b/docs/box64.pod
index 598e5835..5bd8c5db 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -288,8 +288,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. 
 
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index 5f279841..741e1650 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -538,12 +538,12 @@
       {
         "key": "0",
         "description": "Do not try anything special.",
-        "default": false
+        "default": true
       },
       {
         "key": "1",
         "description": "Enable some memory barriers when writing to memory to emulate the x86 strong memory model in a limited way.",
-        "default": true
+        "default": false
       },
       {
         "key": "2",