From: ceriel Date: Mon, 31 Aug 1992 15:23:59 +0000 (+0000) Subject: Fixed bug: imulb was given wrong opcode X-Git-Tag: release-5-5~408 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=da17ca5a9f8acbd5431b2a57f6b7b90de64df5c5;p=ack.git Fixed bug: imulb was given wrong opcode --- diff --git a/mach/i386/as/mach3.c b/mach/i386/as/mach3.c index b4066886b..bf46eb7b2 100644 --- a/mach/i386/as/mach3.c +++ b/mach/i386/as/mach3.c @@ -99,7 +99,7 @@ 0, EXTOP1, 0050, "verw", 0, EXTOP1, 0061, "lmsw", 0, IMUL, 00, "imul", -0, IMULB, 01, "imulb", +0, IMULB, 050, "imulb", 0, INCOP, 000, "incb", 0, INCOP, 001, "inc", 0, INCOP, 010, "decb",