From 2381b2e13613fa71608ee7e496c9327519f45496 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 16 Jul 1987 09:44:44 +0000 Subject: [PATCH] disabled assertions, fixed bug with pack/unpk --- mach/m68020/as/mach0.c | 2 +- mach/m68020/as/mach4.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/m68020/as/mach0.c b/mach/m68020/as/mach0.c index 75140f3a2..efae2afe0 100644 --- a/mach/m68020/as/mach0.c +++ b/mach/m68020/as/mach0.c @@ -14,7 +14,7 @@ #define WORDS_REVERSED /* high order word has lowest address */ #define LISTING /* enable listing facilities */ #define RELOCATION /* generate relocatable code */ -#define DEBUG 1 +#define DEBUG 0 #undef valu_t #define valu_t long diff --git a/mach/m68020/as/mach4.c b/mach/m68020/as/mach4.c index 82e869869..98c7f580c 100644 --- a/mach/m68020/as/mach4.c +++ b/mach/m68020/as/mach4.c @@ -105,7 +105,7 @@ instruction } | TRAPCC { T_EMIT2($1 | 4,0,0,0);} | PACK '-' '(' AREG ')' ',' '-' '(' AREG ')' ',' imm - { T_EMIT2($1 | 1 | $4 | $9<<9, 0, 0, 0); + { T_EMIT2($1 | 8 | $4 | $9<<9, 0, 0, 0); ea_2(SIZE_W, 0); } | PACK DREG ',' DREG ',' imm -- 2.34.1