Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-06 17:36:55 +00:00
parent 0a4c19ab2e
commit 39d08d55e9
35 changed files with 121 additions and 123 deletions

View File

@@ -105,7 +105,7 @@ ppc_exc_wrapup( BSP_Exception_frame *f)
*/
if ( _Thread_Do_post_task_switch_extension ||
_Thread_Executing->do_post_task_switch_extension ) {
_Thread_Executing->do_post_task_switch_extension = FALSE;
_Thread_Executing->do_post_task_switch_extension = false;
_API_extensions_Run_postswitch();
}
}