From: ceriel Date: Mon, 7 Sep 1992 14:13:11 +0000 (+0000) Subject: Fixed ARPL instruction X-Git-Tag: release-5-5~397 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=94ec8e495ea95e5ce684463883f0a87dda263b72;p=ack.git Fixed ARPL instruction --- diff --git a/mach/i386/as/mach4.c b/mach/i386/as/mach4.c index 8703e66da..c225b8ea5 100644 --- a/mach/i386/as/mach4.c +++ b/mach/i386/as/mach4.c @@ -89,7 +89,7 @@ oper : NOOP_1 { emit1($1); ea_2($2<<3);} | LEAOP2 R32 ',' mem { emit1(0xF); emit1($1); ea_2($2<<3);} - | ARPLOP mem ',' R32 + | ARPLOP ea_2 ',' R32 { emit1($1); ea_2($4<<3);} | LSHFT ea_1 ',' R32 ',' ea_2 { extshft($1, $4);}