summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-06-05 23:53:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-06-05 23:53:37 +0000
commit6b782ab7dcb7ce1038e244cbea1e4847b0fabb96 (patch)
treebe4b3c6f80d77a02c28ee7b643f9e2cae8b46707 /c/src/tests/sptests
parentincorporate Tony's patches: (diff)
downloadrtems-6b782ab7dcb7ce1038e244cbea1e4847b0fabb96.tar.bz2
conditional added for the hppa gr27
Diffstat (limited to 'c/src/tests/sptests')
-rw-r--r--c/src/tests/sptests/spsize/size.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index e890807ca3..1228617dc9 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -360,7 +360,9 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
/* cpu.h */
uninitialized += (sizeof _CPU_Null_fp_context) +
+#ifndef RTEMS_UNIX
(sizeof _CPU_Default_gr27) +
+#endif
(sizeof _CPU_Interrupt_stack_low) +
(sizeof _CPU_Interrupt_stack_high);
#endif