diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-06 20:02:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-06 20:03:08 +0100 |
| commit | 7ba0e7a0558e906d18d02ae1ea1fdc0218206024 (patch) | |
| tree | 48d77473c5ec416b5ee9bb4a9fbb7fef252d8c23 /docs/gen/usage.json | |
| parent | eb039c0449641264122374a5cb0ea6cc6b47f625 (diff) | |
| download | box64-7ba0e7a0558e906d18d02ae1ea1fdc0218206024.tar.gz box64-7ba0e7a0558e906d18d02ae1ea1fdc0218206024.zip | |
[DOC] Fixed default for strongmem in docs
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |