summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-27 20:52:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-27 20:52:56 +0000
commitc701f1974b049ab58290a183a0d144f470e9cb44 (patch)
tree401141b0df41951466ef1c72ede667cc9195b4cc /c/src/exec/score/macros
parentposix support initially added (diff)
downloadrtems-c701f1974b049ab58290a183a0d144f470e9cb44.tar.bz2
Fixed typo
Diffstat (limited to 'c/src/exec/score/macros')
-rw-r--r--c/src/exec/score/macros/coremsg.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/coremsg.inl4
2 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/macros/coremsg.inl b/c/src/exec/score/macros/coremsg.inl
index d69c599d9f..90bef885ed 100644
--- a/c/src/exec/score/macros/coremsg.inl
+++ b/c/src/exec/score/macros/coremsg.inl
@@ -135,8 +135,8 @@ _id, _api_message_queue_mp_support ) \
#define _CORE_message_queue_Set_notify( \
_the_message_queue, _the_handler, _the_argument ) \
do { \
- (_the_message_queue->notify_handler = (_the_handler); \
- (_the_message_queue->notify_argument = (_the_argument); \
+ (_the_message_queue)->notify_handler = (_the_handler); \
+ (_the_message_queue)->notify_argument = (_the_argument); \
} while ( 0 )
#endif
diff --git a/c/src/exec/score/macros/rtems/score/coremsg.inl b/c/src/exec/score/macros/rtems/score/coremsg.inl
index d69c599d9f..90bef885ed 100644
--- a/c/src/exec/score/macros/rtems/score/coremsg.inl
+++ b/c/src/exec/score/macros/rtems/score/coremsg.inl
@@ -135,8 +135,8 @@ _id, _api_message_queue_mp_support ) \
#define _CORE_message_queue_Set_notify( \
_the_message_queue, _the_handler, _the_argument ) \
do { \
- (_the_message_queue->notify_handler = (_the_handler); \
- (_the_message_queue->notify_argument = (_the_argument); \
+ (_the_message_queue)->notify_handler = (_the_handler); \
+ (_the_message_queue)->notify_argument = (_the_argument); \
} while ( 0 )
#endif