From: ceriel Date: Mon, 4 Mar 1991 15:04:14 +0000 (+0000) Subject: Fixed problem with top-of-stack mechanism on globally optimized code X-Git-Tag: release-5-5~1209 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e929b5839fbfa78bcd72623bf672c0bc650ad0ec;p=ack.git Fixed problem with top-of-stack mechanism on globally optimized code --- diff --git a/util/opt/pop_push.awk b/util/opt/pop_push.awk index b943457bd..11ae180d8 100644 --- a/util/opt/pop_push.awk +++ b/util/opt/pop_push.awk @@ -9,6 +9,7 @@ BEGIN { print "#define CONDBRA '\001'" > "pop_push.h" } /aar/ { switch = NR } { if (switch) { + if ($1 == "cal" || $1 == "cai") $3 = "?" printf("/* %s */ \"%s\",\n",$1,$3) col_2[NR-switch] = $2 comment[NR-switch] = $1