From 432a662c1b2eea0c40658742415f0a755471edfb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jul 2008 14:55:54 +0000 Subject: 2008-07-31 Joel Sherrill * rtems/score/cpu.h: Correct prototype of Idle threads. --- cpukit/score/cpu/m68k/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/m68k/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h index ddc7432032..5d6718f124 100644 --- a/cpukit/score/cpu/m68k/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h @@ -469,7 +469,7 @@ uint32_t _CPU_ISR_Get_level( void ); * is TRUE. */ -void _CPU_Thread_Idle_body( void ); +void *_CPU_Thread_Idle_body( uint32_t ); /* * Fatal Error manager macros -- cgit v1.2.3