summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:11:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:11:23 +0000
commitb9be5d03240f2b77a29fd81a0d037c9ecf52d932 (patch)
tree876bab86fe8206c21738d2f6fe4a91c6a4587d42 /c/src/exec/score
parentInit task was not defined as being floating point. (diff)
downloadrtems-b9be5d03240f2b77a29fd81a0d037c9ecf52d932.tar.bz2
increased stack size
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/sparc/cpu.h2
1 files changed, 1 insertions, 1 deletions
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