diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-25 15:10:04 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-25 15:11:11 -0800 |
commit | 5a24fdd547f4c02fe46c37b84a020febfa41bfd2 (patch) | |
tree | 4a8018ff69d3c806b8baa52fb3d8ff500395b197 /doc/nasmdoc.src | |
parent | c92aaa1d49876b69fc2d727033922274733ff7fe (diff) | |
download | nasm-5a24fdd547f4c02fe46c37b84a020febfa41bfd2.tar.gz nasm-5a24fdd547f4c02fe46c37b84a020febfa41bfd2.tar.bz2 nasm-5a24fdd547f4c02fe46c37b84a020febfa41bfd2.zip |
Make the LOCK and HLE warnings suppressable.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r-- | doc/nasmdoc.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 583ad52..217c12a 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -948,6 +948,13 @@ Enabled by default. \b \i\c{user} controls \c{%warning} directives (see \k{pperror}). Enabled by default. +\b \i\c{lock} warns about \c{LOCK} prefixes on unlockable instructions. +Enabled by default. + +\b \i\c{hle} warns about invalid use of the HLE \c{XACQUIRE} or \c{XRELEASE} +prefixes. +Enabled by default. + \b \i\c{error} causes warnings to be treated as errors. Disabled by default. |