From 3652ad356bf13abe0963c992cbbda96476d31609 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Sep 1995 14:53:29 +0000 Subject: Minor bug fixes to get all targets compilable and running. The single biggest changes were the expansion of the workspace size macro to include other types of objects and the increase in the minimum stack size for most CPUs. --- c/src/exec/score/cpu/i960/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/i960/cpu.h') diff --git a/c/src/exec/score/cpu/i960/cpu.h b/c/src/exec/score/cpu/i960/cpu.h index 3c4cb98ec8..f1b1ad399e 100644 --- a/c/src/exec/score/cpu/i960/cpu.h +++ b/c/src/exec/score/cpu/i960/cpu.h @@ -179,7 +179,7 @@ EXTERN void *_CPU_Interrupt_stack_high; */ #define CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK \ - (4096 - CPU_STACK_MINIMUM_SIZE) + (CPU_STACK_MINIMUM_SIZE) /* * i960 family supports 256 distinct vectors. @@ -193,7 +193,7 @@ EXTERN void *_CPU_Interrupt_stack_high; * NOTE: See CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK */ -#define CPU_STACK_MINIMUM_SIZE 1024 +#define CPU_STACK_MINIMUM_SIZE 2048 /* * i960 is pretty tolerant of alignment. Just put things on 4 byte boundaries. -- cgit v1.2.3