bug fix
This commit is contained in:
parent
ca1654eae2
commit
14138da395
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ operation
|
|||
| ROTATE ind
|
||||
{ xymem($2,0313); emit1($1 | 06);}
|
||||
| BITS absexp ',' r8
|
||||
{ fit(fit3($2.val));
|
||||
{ fit(fit3($2));
|
||||
emit1(0313); emit1($1 | low3($2)<<3 | $4);
|
||||
}
|
||||
| BITS absexp ',' ind
|
||||
|
|
Loading…
Reference in a new issue