Skip to content

Commit ddc2ee9

Browse files
author
hyd-dev
committed
Move -Zmiri-disable-abi-check in README
1 parent 41f33a6 commit ddc2ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ environment variable:
200200
`compare_exchange_weak` operations. The default is `0.8` (so 4 out of 5 weak ops will fail).
201201
You can change it to any value between `0.0` and `1.0`, where `1.0` means it
202202
will always fail and `0.0` means it will never fail.
203+
* `-Zmiri-disable-abi-check` disables checking [function ABI]. Using this flag
204+
is **unsound**.
203205
* `-Zmiri-disable-alignment-check` disables checking pointer alignment, so you
204206
can focus on other failures, but it means Miri can miss bugs in your program.
205207
Using this flag is **unsound**.
@@ -214,8 +216,6 @@ environment variable:
214216
as out-of-bounds accesses) first. Setting this flag means Miri can miss bugs
215217
in your program. However, this can also help to make Miri run faster. Using
216218
this flag is **unsound**.
217-
* `-Zmiri-disable-abi-check` disables checking [function ABI]. Using this flag
218-
is **unsound**.
219219
* `-Zmiri-disable-isolation` disables host isolation. As a consequence,
220220
the program has access to host resources such as environment variables, file
221221
systems, and randomness.

0 commit comments

Comments
 (0)