From 07a8c48171c958fc360b39b89d11bc27fb3938fd Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 14 Aug 1987 00:15:49 +0000 Subject: [PATCH] fix in one of those tricky addressing modes --- mach/m68020/as/mach4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1