From 8896c976216946c7a6825246b05bcbbc8873fc7c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Oct 2012 13:28:08 -0500 Subject: threaddispatch.c: Fix typo --- cpukit/score/src/threaddispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/threaddispatch.c') diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index c8bc0060ee..672a0999ab 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -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 -- cgit v1.2.3