forked from Imagelibrary/rtems
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove stray semi-colon.
This commit is contained in:
@@ -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>
|
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
|
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ void _CPU_Install_interrupt_stack( void )
|
|||||||
* XXX document implementation including references if appropriate
|
* 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
|
#if 1
|
||||||
for(;;);
|
for(;;);
|
||||||
|
|||||||
Reference in New Issue
Block a user