From 2e6f9c67070e6d9774a6cd72499cf000929c5212 Mon Sep 17 00:00:00 2001 From: ceriel Date: Sat, 12 Mar 1988 13:47:11 +0000 Subject: [PATCH] changed definition of BITMAX --- mach/ns/as/mach0.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/ns/as/mach0.c b/mach/ns/as/mach0.c index 43a57ef4..256b2dc8 100644 --- a/mach/ns/as/mach0.c +++ b/mach/ns/as/mach0.c @@ -16,6 +16,8 @@ #define addr_t long #undef ALIGNSECT #define ALIGNSECT 2 +#undef BITMAX +#define BITMAX 16000 /* many optimizations possible */ #undef VALWIDTH #define VALWIDTH 8