From da17ca5a9f8acbd5431b2a57f6b7b90de64df5c5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 31 Aug 1992 15:23:59 +0000 Subject: [PATCH] Fixed bug: imulb was given wrong opcode --- mach/i386/as/mach3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1