From eb7d4dd3b9e2ee1b3f49a64ae80537ae8df06d6c Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 27 May 1992 03:24:44 +0000 Subject: [PATCH] Bump up i386 band sizes. --- v7/src/microcode/option.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 4527f762e..66cb1acd4 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.18 1992/05/25 23:43:18 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.19 1992/05/27 03:24:44 jinx Exp $ Copyright (c) 1990-92 Massachusetts Institute of Technology @@ -342,11 +342,11 @@ The following options are only meaningful to bchscheme: /* 386 code is large too! */ #ifndef DEFAULT_SMALL_CONSTANT -#define DEFAULT_SMALL_CONSTANT 420 +#define DEFAULT_SMALL_CONSTANT 425 #endif #ifndef DEFAULT_LARGE_CONSTANT -#define DEFAULT_LARGE_CONSTANT 1000 +#define DEFAULT_LARGE_CONSTANT 1010 #endif #endif /* i386 */ -- 2.25.1