From 330213ca7e2dde250316b28b766003a9078013f3 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 a3709656..a71f2534 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 */