fix in one of those tricky addressing modes

This commit is contained in:
ceriel 1987-08-14 00:15:49 +00:00
parent 538f21b781
commit 07a8c48171

View file

@ -354,7 +354,7 @@ bd_areg_index
bd_2.typ = S_ABS; bd_2.val = (valu_t)0;
/* zero displacement */
}
| expr { $$ = 0; ffew_2 |= 0300;
| expr { $$ = 0; ffew_2 |= 0200;
bd_2 = $1;
RELOMOVE(bd_rel2, relonami);
}