From 802379921371347740377ae2ce1ca389866ee245 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 e8d969c4..1dfb33d1 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