diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 4 | ||||
| -rw-r--r-- | docs/box64.pod | 4 | ||||
| -rw-r--r-- | docs/gen/usage.json | 4 |
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", |