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:
H. Peter Anvin (Intel) 2020-07-08 09:03:08 -07:00
parent dacee5a5f5
commit 422c8c4f1e

View File

@ -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