From a9a5023cfbe2c96b442f4bda5b57b13fb3114970 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 5 Jan 1987 18:00:56 +0000 Subject: [PATCH] Boost STACK_GUARD_SIZE to value which will allow stack overflow interrupt to work correctly. --- v7/src/microcode/const.h | 2 +- v8/src/microcode/const.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/const.h b/v7/src/microcode/const.h index 2e97292d9..aea2f2112 100644 --- a/v7/src/microcode/const.h +++ b/v7/src/microcode/const.h @@ -101,7 +101,7 @@ #endif #define OBARRAY_SIZE 3001 /* Interning hash table */ -#define STACK_GUARD_SIZE 500 /* Cells between constant and +#define STACK_GUARD_SIZE 4096 /* Cells between constant and stack before overflow occurs */ #define FILE_CHANNELS 15 diff --git a/v8/src/microcode/const.h b/v8/src/microcode/const.h index 2e97292d9..aea2f2112 100644 --- a/v8/src/microcode/const.h +++ b/v8/src/microcode/const.h @@ -101,7 +101,7 @@ #endif #define OBARRAY_SIZE 3001 /* Interning hash table */ -#define STACK_GUARD_SIZE 500 /* Cells between constant and +#define STACK_GUARD_SIZE 4096 /* Cells between constant and stack before overflow occurs */ #define FILE_CHANNELS 15 -- 2.25.1