[nasm:nasm-2.15.xx] k_test.asm: comment out %pragma list options

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Wed Jul 8 09:06:03 PDT 2020


Commit-ID:  422c8c4f1e2504b11527177a0154758e198a20ea
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=422c8c4f1e2504b11527177a0154758e198a20ea
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Wed, 8 Jul 2020 09:03:08 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Wed, 8 Jul 2020 09:03:08 -0700

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 at zytor.com>


---
 test/k_test.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Nasm-commits mailing list