summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/modes.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/macros/modes.inl')
-rw-r--r--c/src/exec/rtems/macros/modes.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/macros/modes.inl b/c/src/exec/rtems/macros/modes.inl
index f8ac061dce..4c8b35a1e8 100644
--- a/c/src/exec/rtems/macros/modes.inl
+++ b/c/src/exec/rtems/macros/modes.inl
@@ -88,7 +88,7 @@
#define _Modes_Change( _old_mode_set, _new_mode_set, \
_mask, _out_mode_set, _changed ) \
- { rtems_mode _out_mode; \
+ { Modes_Control _out_mode; \
\
_out_mode = (_old_mode_set); \
_out_mode &= ~(_mask); \