fix in one of those tricky addressing modes
authorceriel <none@none>
Fri, 14 Aug 1987 00:15:49 +0000 (00:15 +0000)
committerceriel <none@none>
Fri, 14 Aug 1987 00:15:49 +0000 (00:15 +0000)
mach/m68020/as/mach4.c

index e6fbdde..400f5e7 100644 (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);
                        }