disabled assertions, fixed bug with pack/unpk
authorceriel <none@none>
Thu, 16 Jul 1987 09:44:44 +0000 (09:44 +0000)
committerceriel <none@none>
Thu, 16 Jul 1987 09:44:44 +0000 (09:44 +0000)
mach/m68020/as/mach0.c
mach/m68020/as/mach4.c

index 75140f3..efae2af 100644 (file)
@@ -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
index 82e8698..98c7f58 100644 (file)
@@ -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