summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/m68k/rtems/score/cpu.h')
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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.