From b9be5d03240f2b77a29fd81a0d037c9ecf52d932 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Jan 1996 20:11:23 +0000 Subject: increased stack size --- c/src/exec/score/cpu/sparc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/exec/score/cpu/sparc/cpu.h b/c/src/exec/score/cpu/sparc/cpu.h index 53e3dec407..b6bcb91738 100644 --- a/c/src/exec/score/cpu/sparc/cpu.h +++ b/c/src/exec/score/cpu/sparc/cpu.h @@ -649,7 +649,7 @@ EXTERN unsigned8 _CPU_Trap_Table_area[ 8192 ] * stack frame. */ -#define CPU_STACK_MINIMUM_SIZE (1024*2) +#define CPU_STACK_MINIMUM_SIZE (1024*2 + 512) /* * CPU's worst alignment requirement for data types on a byte boundary. This -- cgit v1.2.3