Fixed problem with top-of-stack mechanism on globally optimized code
This commit is contained in:
parent
e340cea7be
commit
e929b5839f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ BEGIN { print "#define CONDBRA '\001'" > "pop_push.h"
|
||||||
}
|
}
|
||||||
/aar/ { switch = NR }
|
/aar/ { switch = NR }
|
||||||
{ if (switch) {
|
{ if (switch) {
|
||||||
|
if ($1 == "cal" || $1 == "cai") $3 = "?"
|
||||||
printf("/* %s */ \"%s\",\n",$1,$3)
|
printf("/* %s */ \"%s\",\n",$1,$3)
|
||||||
col_2[NR-switch] = $2
|
col_2[NR-switch] = $2
|
||||||
comment[NR-switch] = $1
|
comment[NR-switch] = $1
|
||||||
|
|
Loading…
Reference in a new issue