diff --git a/mach/m68020/as/mach4.c b/mach/m68020/as/mach4.c index e6fbdde6..400f5e7a 100644 --- a/mach/m68020/as/mach4.c +++ b/mach/m68020/as/mach4.c @@ -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); }