Minor "bool" fixes.

This commit is contained in:
Ralf Corsepius
2008-09-06 17:32:10 +00:00
parent 71d3183de5
commit 76e9a958d6

View File

@@ -157,7 +157,7 @@ void _ThreadProcessSignalsFromIrq (CPU_Exception_frame* ctx)
if ( _Thread_Do_post_task_switch_extension || if ( _Thread_Do_post_task_switch_extension ||
_Thread_Executing->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(); _API_extensions_Run_postswitch();
} }
} }