summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/macros')
-rw-r--r--c/src/exec/score/macros/object.inl2
-rw-r--r--c/src/exec/score/macros/rtems/score/object.inl2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/macros/object.inl b/c/src/exec/score/macros/object.inl
index 2865b1e23b..cce2cbde9b 100644
--- a/c/src/exec/score/macros/object.inl
+++ b/c/src/exec/score/macros/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
*
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
*