From a13ea6d098d605d798109e6ca449be6edfd532e0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 7 Feb 1989 14:30:47 +0000 Subject: [PATCH] fix in IMUL, define DEBUG 1 --- mach/i386/as/mach0.c | 2 +- mach/i386/as/mach3.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mach/i386/as/mach0.c b/mach/i386/as/mach0.c index 6721a6f84..4dbb88ac5 100644 --- a/mach/i386/as/mach0.c +++ b/mach/i386/as/mach0.c @@ -10,7 +10,7 @@ #define THREE_PASS /* branch and offset optimization */ #define LISTING /* enable listing facilities */ #define RELOCATION /* generate relocation info */ -#define DEBUG 2 +#define DEBUG 1 #undef valu_t #define valu_t long diff --git a/mach/i386/as/mach3.c b/mach/i386/as/mach3.c index c2be16b75..d263d050f 100644 --- a/mach/i386/as/mach3.c +++ b/mach/i386/as/mach3.c @@ -94,8 +94,8 @@ 0, EXTOP1, 0041, "smsw", 0, EXTOP1, 0050, "verw", 0, EXTOP1, 0061, "lmsw", -0, IMUL, 0, "imul", -0, IMULB, 0, "imulb", +0, IMUL, 00, "imul", +0, IMULB, 01, "imulb", 0, INCOP, 000, "incb", 0, INCOP, 001, "inc", 0, INCOP, 010, "decb", -- 2.34.1