From 14138da3957e62d95e84f9b6a5f763f9d4114081 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Feb 1987 15:28:31 +0000 Subject: [PATCH] bug fix --- mach/z80/as/mach4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1