summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 12:12:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 12:12:17 +0000
commitf547bc8a1f8b190d497ebc1c1a68bc72a811d2c2 (patch)
treea97bf3fee886b02c4628602ccd664ff14a8109c8 /cpukit/score/cpu/nios2
parent2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f547bc8a1f8b190d497ebc1c1a68bc72a811d2c2.tar.bz2
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove stray semi-colon.
Diffstat (limited to 'cpukit/score/cpu/nios2')
-rw-r--r--cpukit/score/cpu/nios2/ChangeLog4
-rw-r--r--cpukit/score/cpu/nios2/cpu.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/nios2/ChangeLog b/cpukit/score/cpu/nios2/ChangeLog
index 912c90c7a8..c7c346f012 100644
--- a/cpukit/score/cpu/nios2/ChangeLog
+++ b/cpukit/score/cpu/nios2/ChangeLog
@@ -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
diff --git a/cpukit/score/cpu/nios2/cpu.c b/cpukit/score/cpu/nios2/cpu.c
index 96fccf8867..fe8396b8d7 100644
--- a/cpukit/score/cpu/nios2/cpu.c
+++ b/cpukit/score/cpu/nios2/cpu.c
@@ -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(;;);