From 422c8c4f1e2504b11527177a0154758e198a20ea Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Wed, 8 Jul 2020 09:03:08 -0700 Subject: [PATCH] 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) --- 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