2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/misc/m68kidle.c: Change prototype of IDLE thread to
	consistently return void * and take a uintptr_t argument.
This commit is contained in:
Joel Sherrill
2009-02-12 15:57:00 +00:00
parent 3aaf4797d0
commit 326220ee47
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/misc/m68kidle.c: Change prototype of IDLE thread to
consistently return void * and take a uintptr_t argument.
2009-02-11 Till Straumann <strauman@slac.stanford.edu>
PR 1369/bsps

View File

@@ -29,7 +29,7 @@
* Output parameters: NONE
*/
void *_CPU_Thread_Idle_body( uint32_t ignored )
void *_CPU_Thread_Idle_body( uintptr_t ignored )
{
#if defined(mcf5272)
for( ; ; ) {