From: ceriel Date: Fri, 14 Aug 1987 00:15:49 +0000 (+0000) Subject: fix in one of those tricky addressing modes X-Git-Tag: release-5-5~3897 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=07a8c48171c958fc360b39b89d11bc27fb3938fd;p=ack.git fix in one of those tricky addressing modes --- diff --git a/mach/m68020/as/mach4.c b/mach/m68020/as/mach4.c index e6fbdde65..400f5e7a8 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); }