summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros/rtems/score/object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/macros/rtems/score/object.inl')
-rw-r--r--c/src/exec/score/macros/rtems/score/object.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/macros/rtems/score/object.inl b/c/src/exec/score/macros/rtems/score/object.inl
index 2865b1e23b..cce2cbde9b 100644
--- a/c/src/exec/score/macros/rtems/score/object.inl
+++ b/c/src/exec/score/macros/rtems/score/object.inl
@@ -62,7 +62,7 @@
*/
#define _Objects_Is_class_valid( _the_class ) \
- ( (_the_class) <= OBJECTS_CLASSES_LAST )
+ ( (_the_class) && (_the_class) <= OBJECTS_CLASSES_LAST )
/*PAGE
*