From: ceriel Date: Thu, 16 Jul 1987 09:44:44 +0000 (+0000) Subject: disabled assertions, fixed bug with pack/unpk X-Git-Tag: release-5-5~4006 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2381b2e13613fa71608ee7e496c9327519f45496;p=ack.git disabled assertions, fixed bug with pack/unpk --- 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