From: ceriel Date: Mon, 2 Feb 1987 15:28:31 +0000 (+0000) Subject: bug fix X-Git-Tag: release-5-5~4821 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=14138da3957e62d95e84f9b6a5f763f9d4114081;p=ack.git bug fix --- diff --git a/mach/z80/as/mach4.c b/mach/z80/as/mach4.c index d3ee69173..457d3ad47 100644 --- a/mach/z80/as/mach4.c +++ b/mach/z80/as/mach4.c @@ -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