From 9a986282df4aaa700833e1fb1b3ac79ec094b029 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Oct 1999 14:39:57 +0000 Subject: Increased minimum stack size to ensure that there are no problems running the network stack. --- c/src/exec/score/cpu/powerpc/other_cpu/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/powerpc/other_cpu/cpu.h') diff --git a/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h b/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h index ba1cddb3ca..c126bdf1a1 100644 --- a/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h +++ b/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h @@ -606,7 +606,7 @@ SCORE_EXTERN struct { * that a "reasonable" small application should not have any problems. */ -#define CPU_STACK_MINIMUM_SIZE (1024*3) +#define CPU_STACK_MINIMUM_SIZE (1024*8) /* * CPU's worst alignment requirement for data types on a byte boundary. This -- cgit v1.2.3