From e497cb7e14b066fc59ac9041dade12d171b650a3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 6 Sep 2021 11:27:09 +0200 Subject: testsuites/validation/tc-task-construct.c --- testsuites/validation/tc-task-construct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/validation/tc-task-construct.c b/testsuites/validation/tc-task-construct.c index acd70af867..a809199235 100644 --- a/testsuites/validation/tc-task-construct.c +++ b/testsuites/validation/tc-task-construct.c @@ -478,7 +478,7 @@ static volatile _Thread_local int tls_object; RTEMS_ALIGNED( RTEMS_TASK_STORAGE_ALIGNMENT ) static char task_storage[ RTEMS_TASK_STORAGE_SIZE( - MAX_TLS_SIZE + RTEMS_MINIMUM_STACK_SIZE, + MAX_TLS_SIZE + TEST_MINIMUM_STACK_SIZE, RTEMS_FLOATING_POINT ) ]; @@ -913,7 +913,7 @@ static void RtemsTaskReqConstruct_Pre_Stack_Prepare( * While the task stack size of the task configuration is greater than or * equal to the configured minimum size. */ - ctx->stack_size = RTEMS_MINIMUM_STACK_SIZE; + ctx->stack_size = TEST_MINIMUM_STACK_SIZE; break; } -- cgit v1.2.3