From 3c87adba3fe1c912ae0115d12d9d1ced9c3faf5d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jul 2008 14:55:56 +0000 Subject: 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. --- cpukit/score/cpu/h8300/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/h8300/rtems/score') diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 2957e38608..02fdcea379 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -1056,7 +1056,7 @@ void _CPU_Install_interrupt_stack( void ); * XXX */ -void _CPU_Thread_Idle_body( void ); +void *_CPU_Thread_Idle_body( uint32_t ); /* * _CPU_Context_switch -- cgit v1.2.3