summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/sptests')
-rw-r--r--c/src/tests/sptests/spsize/size.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index 4fb949f14f..918a3b8cb2 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -60,7 +60,8 @@
((RTEMS_MAXIMUM_PRIORITY + 1) * sizeof(Chain_Control ))
#define PER_TASK \
- (sizeof (Thread_Control) + NAME_PTR_SIZE + HEAP_OVHD)
+ (sizeof (Thread_Control) + \
+ NAME_PTR_SIZE + HEAP_OVHD + sizeof( RTEMS_API_Control ))
#define PER_SEMAPHORE \
(sizeof (Semaphore_Control) + NAME_PTR_SIZE)
#define PER_TIMER \