mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 22:13:23 +08:00
threaddispatch.c: Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user