From 2722d45fddcea3ebd66df5473f5b8a4539b9b45f Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 13 Jun 1988 15:29:32 +0000 Subject: [PATCH] larger bittable --- mach/m68020/as/mach0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1