From 5a24fdd547f4c02fe46c37b84a020febfa41bfd2 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 25 Feb 2012 15:10:04 -0800 Subject: Make the LOCK and HLE warnings suppressable. Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/nasmdoc.src') 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. -- cgit v1.2.3