From 2b72162b81b33a9f5983feccadd8426a1ab6f950 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2017 10:15:56 +0100 Subject: score: Add Thread_queue_Queue::name Update #2858. --- cpukit/score/src/condition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/condition.c') diff --git a/cpukit/score/src/condition.c b/cpukit/score/src/condition.c index 3c3a01141c..7c370acba3 100644 --- a/cpukit/score/src/condition.c +++ b/cpukit/score/src/condition.c @@ -41,7 +41,7 @@ RTEMS_STATIC_ASSERT( ); RTEMS_STATIC_ASSERT( - sizeof( Condition_Control ) <= sizeof( struct _Condition_Control ), + sizeof( Condition_Control ) == sizeof( struct _Condition_Control ), CONDITION_CONTROL_SIZE ); -- cgit v1.2.3