Fixed bug: imulb was given wrong opcode
authorceriel <none@none>
Mon, 31 Aug 1992 15:23:59 +0000 (15:23 +0000)
committerceriel <none@none>
Mon, 31 Aug 1992 15:23:59 +0000 (15:23 +0000)
mach/i386/as/mach3.c

index b406688..bf46eb7 100644 (file)
@@ -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",