From c701f1974b049ab58290a183a0d144f470e9cb44 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 Sep 1995 20:52:56 +0000 Subject: Fixed typo --- cpukit/score/macros/rtems/score/coremsg.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/macros') diff --git a/cpukit/score/macros/rtems/score/coremsg.inl b/cpukit/score/macros/rtems/score/coremsg.inl index d69c599d9f..90bef885ed 100644 --- a/cpukit/score/macros/rtems/score/coremsg.inl +++ b/cpukit/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 -- cgit v1.2.3