fix: kills line for STI 1 with ADDR_LOCAL was wrong
This commit is contained in:
parent
ee50a1d717
commit
7531131416
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ pat sti $1==1
|
|||
kills indirects
|
||||
gen move %2,{EXTERN1,%1.off}
|
||||
with ADDR_LOCAL regorconst12
|
||||
kills indexed,locals %ind+%size > $1 && %ind <= $1
|
||||
kills indexed,locals %ind+%size > %1.ind && %ind <= %1.ind
|
||||
gen move %2,{ind_regoff1,bp,%1.ind}
|
||||
|
||||
pat sti $1==4
|
||||
|
|
Loading…
Reference in a new issue