summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/spsize/size.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-05 12:45:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-05 12:45:53 +0000
commit082fc2d5d290d5bf4701146a6159611c344b5ab0 (patch)
treee9e81561d92911173125281236ebe73d25839afc /c/src/tests/sptests/spsize/size.c
parentPatch from Ian Lance Taylor <ian@airs.com>: (diff)
downloadrtems-082fc2d5d290d5bf4701146a6159611c344b5ab0.tar.bz2
Fixed use of incorrect macro for minimum stack size.
Diffstat (limited to 'c/src/tests/sptests/spsize/size.c')
-rw-r--r--c/src/tests/sptests/spsize/size.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index 841cdd7969..9ebad1aad6 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -98,7 +98,7 @@
#endif
#define SYSTEM_TASKS \
- (MINIMUM_STACK_SIZE + \
+ (STACK_MINIMUM_SIZE + \
MPCI_RECEIVE_SERVER_STACK_SIZE + \
(2*sizeof(Thread_Control))) + \
MPCI_RECEIVE_SERVER_FP + \