summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/monitor/mon-sema.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/monitor/mon-sema.c')
-rw-r--r--cpukit/libmisc/monitor/mon-sema.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/monitor/mon-sema.c b/cpukit/libmisc/monitor/mon-sema.c
index d7a7aafc9c..3ec5e374a8 100644
--- a/cpukit/libmisc/monitor/mon-sema.c
+++ b/cpukit/libmisc/monitor/mon-sema.c
@@ -82,7 +82,7 @@ rtems_monitor_sema_canonical(
#if defined(RTEMS_SMP)
case SEMAPHORE_VARIANT_MRSP:
canonical_sema->cur_count =
- rtems_sema->Core_control.mrsp.Resource.owner == NULL;
+ rtems_sema->Core_control.MRSP.Resource.owner == NULL;
canonical_sema->max_count = 1;
break;
#endif