From fd0bc5d53182cdb61fc8c0b05027915b3b1d8fa0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 12 Jan 1993 15:48:39 +0000 Subject: [PATCH] Fix in tes mechanism: CAL and CAI --- util/opt/pop_push.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/opt/pop_push.awk b/util/opt/pop_push.awk index e8d969c46..1dfb33d19 100644 --- a/util/opt/pop_push.awk +++ b/util/opt/pop_push.awk @@ -6,7 +6,7 @@ BEGIN { print "#include \"pop_push.h\"" } /aar/ { switch = NR } { if (switch) { - if ($1 == "cal" || $1 == "cai") $3 = "?" + if ($1 == "cal" || $1 == "cai") $3 = "-?" printf("/* %s */ \"%s\",\n",$1,$3) col_2[NR-switch] = $2 comment[NR-switch] = $1 -- 2.34.1