Boost STACK_GUARD_SIZE to value which will allow stack overflow
authorChris Hanson <org/chris-hanson/cph>
Mon, 5 Jan 1987 18:00:56 +0000 (18:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 5 Jan 1987 18:00:56 +0000 (18:00 +0000)
interrupt to work correctly.

v7/src/microcode/const.h
v8/src/microcode/const.h

index 2e97292d9d4a03fd379301056cde6f4958148992..aea2f211239bb8c239a7dc99bb986ff4ffc33687 100644 (file)
 #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
index 2e97292d9d4a03fd379301056cde6f4958148992..aea2f211239bb8c239a7dc99bb986ff4ffc33687 100644 (file)
 #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