Error fixed where w==2 was assumed
This commit is contained in:
parent
361613bb23
commit
14b982346f
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ tne tne : tne
|
||||||
tne zeq : zeq $2
|
tne zeq : zeq $2
|
||||||
tne zne : zne $2
|
tne zne : zne $2
|
||||||
#ifdef INT
|
#ifdef INT
|
||||||
loc loc loc $1==0 && $2==0 && $3==0 : zer 6
|
loc loc loc $1==0 && $2==0 && $3==0 : zer 3*w
|
||||||
zer loc defined($1) && $2==0: zer $1+w
|
zer loc defined($1) && $2==0: zer $1+w
|
||||||
#endif
|
#endif
|
||||||
loi loc and $1==1 && $3==w && ($2&255)==255: loi 1
|
loi loc and $1==1 && $3==w && ($2&255)==255: loi 1
|
||||||
|
|
Loading…
Reference in a new issue