From e065e8ae8b2ea046b82db6ad4e2b30c25d2a6ac6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jan 2000 16:52:50 +0000 Subject: Increased stack size to 4K per Eric Norum. --- c/src/exec/score/cpu/m68k/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/m68k/rtems/score/cpu.h') diff --git a/c/src/exec/score/cpu/m68k/rtems/score/cpu.h b/c/src/exec/score/cpu/m68k/rtems/score/cpu.h index 51a642be50..a9a152cd2e 100644 --- a/c/src/exec/score/cpu/m68k/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/m68k/rtems/score/cpu.h @@ -274,7 +274,7 @@ SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256]; * Minimum size of a thread's stack. */ -#define CPU_STACK_MINIMUM_SIZE 2048 +#define CPU_STACK_MINIMUM_SIZE 4096 /* * m68k is pretty tolerant of alignment. Just put things on 4 byte boundaries. -- cgit v1.2.3