summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-08 09:03:08 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-08 09:03:08 -0700
commit422c8c4f1e2504b11527177a0154758e198a20ea (patch)
tree961f04dfef6d3c4493db033975d6431a84937224
parentdacee5a5f5c57b41c3c8351a931cb1fe1ac9eddf (diff)
downloadnasm-422c8c4f1e2504b11527177a0154758e198a20ea.tar.gz
k_test.asm: comment out %pragma list options
Disable the %pragma list options in k_test.asm to avoid nasty surprises. LISTOPT is -L+ by default and can be overridden on the command line, so the %pragma is not just unnecessary but problematic. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-rw-r--r--test/k_test.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/k_test.asm b/test/k_test.asm
index d5f346bf..cf0dc3c0 100644
--- a/test/k_test.asm
+++ b/test/k_test.asm
@@ -42,7 +42,7 @@ bar equ 0xcc
%endmacro
-%pragma list options +bempf
+;%pragma list options +bempf
;; k_rr op kreg size_suffix size_name
%macro k_rr 4