summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadsuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadsuspend.c')
-rw-r--r--cpukit/score/src/threadsuspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadsuspend.c b/cpukit/score/src/threadsuspend.c
index 87ee0d6a80..1e2ec87e07 100644
--- a/cpukit/score/src/threadsuspend.c
+++ b/cpukit/score/src/threadsuspend.c
@@ -80,7 +80,7 @@ void _Thread_Suspend(
_Thread_Calculate_heir();
if ( _Thread_Is_executing( the_thread ) )
- _Context_Switch_necessary = TRUE;
+ _Context_Switch_necessary = true;
_ISR_Enable( level );
}