bug fix
authorceriel <none@none>
Mon, 2 Feb 1987 15:28:31 +0000 (15:28 +0000)
committerceriel <none@none>
Mon, 2 Feb 1987 15:28:31 +0000 (15:28 +0000)
mach/z80/as/mach4.c

index d3ee691..457d3ad 100644 (file)
@@ -97,7 +97,7 @@ operation
        |       ROTATE ind
                        {       xymem($2,0313); emit1($1 | 06);}
        |       BITS absexp ',' r8
-                       {       fit(fit3($2.val));
+                       {       fit(fit3($2));
                                emit1(0313); emit1($1 | low3($2)<<3 | $4);
                        }
        |       BITS absexp ',' ind