mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
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>
This commit is contained in:
parent
dacee5a5f5
commit
422c8c4f1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user