diff --git a/cpukit/score/src/threadqops.c b/cpukit/score/src/threadqops.c index 7b017793ed..5a82aaa33e 100644 --- a/cpukit/score/src/threadqops.c +++ b/cpukit/score/src/threadqops.c @@ -199,7 +199,7 @@ static void _Thread_queue_Priority_do_initialize( #if defined(RTEMS_SMP) _Chain_Initialize_empty( &heads->Heads.Fifo ); #else - _RBTree_Initialize_empty( &heads->Heads.Priority ); + _RBTree_Initialize_empty( &heads->Heads.Priority.Queue ); #endif }