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

* cpu.c: Remove stray semi-colon.
This commit is contained in:
Joel Sherrill
2009-03-02 12:12:17 +00:00
parent eb148a2680
commit f547bc8a1f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove stray semi-colon.
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to

View File

@@ -155,7 +155,7 @@ void _CPU_Install_interrupt_stack( void )
* XXX document implementation including references if appropriate
*/
void *_CPU_Thread_Idle_body( uintptr_t ignored );
void *_CPU_Thread_Idle_body( uintptr_t ignored )
{
#if 1
for(;;);