Bug fix: the STR instruction caused a translation with syntax errors
This commit is contained in:
parent
f3a6d7c3ce
commit
160770d979
1 changed files with 5 additions and 5 deletions
|
@ -235,7 +235,7 @@ jsr tosdst4+label .
|
||||||
ret const4:ro .
|
ret const4:ro .
|
||||||
adjspd tossrc4:ro .
|
adjspd tossrc4:ro .
|
||||||
exit label .
|
exit label .
|
||||||
sprd tossrc4:ro, MEMREG:rw .
|
sprd MEMREG:rw, tossrc4:ro .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2182,12 +2182,12 @@ with src24
|
||||||
gen movw %1, {absolute2, ".ignmask"}
|
gen movw %1, {absolute2, ".ignmask"}
|
||||||
|
|
||||||
pat str $1==0
|
pat str $1==0
|
||||||
with src4
|
with src4 STACK
|
||||||
gen sprd %1, fp
|
gen sprd fp, %1
|
||||||
|
|
||||||
pat str $1==1
|
pat str $1==1
|
||||||
with src4
|
with src4 STACK
|
||||||
gen sprd %1, sp
|
gen sprd sp, %1
|
||||||
|
|
||||||
pat str $1==2
|
pat str $1==2
|
||||||
with src4
|
with src4
|
||||||
|
|
Loading…
Add table
Reference in a new issue