summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/condition.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/condition.c2
1 files changed, 1 insertions, 1 deletions
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
);