From: ceriel Date: Mon, 13 Jun 1988 15:29:32 +0000 (+0000) Subject: larger bittable X-Git-Tag: release-5-5~3207 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2722d45fddcea3ebd66df5473f5b8a4539b9b45f;p=ack.git larger bittable --- diff --git a/mach/m68020/as/mach0.c b/mach/m68020/as/mach0.c index a3709656c..a71f25344 100644 --- a/mach/m68020/as/mach0.c +++ b/mach/m68020/as/mach0.c @@ -7,7 +7,7 @@ * Motorola 68020 options */ #undef BITMAX -#define BITMAX 20000 +#define BITMAX 32000 #define THREE_PASS /* branch and offset optimization */ #define BYTES_REVERSED /* high order byte has lowest address */