threaddispatch.c: Fix typo

This commit is contained in:
Joel Sherrill
2012-10-02 13:28:08 -05:00
parent 196fe5964f
commit 8896c97621
+1 -1
View File
@@ -109,7 +109,7 @@ void _Thread_Dispatch( void )
}
#else
{
TOD_Get_uptime( &_Thread_Time_of_last_context_switch );
_TOD_Get_uptime( &_Thread_Time_of_last_context_switch );
heir->cpu_time_used++;
}
#endif