summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-07 17:43:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-07 17:43:29 +0000
commit77e75c79ab2adfd44de441a09464b0ae4eb306b5 (patch)
tree442812d54bccfa39241617f4b8b83de2987ad37c
parent70f244005578c1a44af3230dc0fa1378d7172df5 (diff)
2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1173/rtems * rtems/score/cpu.h: Add missing comment characters on endif.
-rw-r--r--cpukit/score/cpu/sparc/ChangeLog5
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog
index 09f3449aca..a016941a21 100644
--- a/cpukit/score/cpu/sparc/ChangeLog
+++ b/cpukit/score/cpu/sparc/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>
+
+ PR 1173/rtems
+ * rtems/score/cpu.h: Add missing comment characters on endif.
+
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
Edvin Catovic <edvin@gaisler.com>
Konrad Eisele <konrad@gaisler.com>
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index ff11cfbf85..b8add317f2 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -991,7 +991,7 @@ static inline unsigned int CPU_swap_u32(
#define CPU_swap_u16( value ) \
(((value&0xff) << 8) | ((value >> 8)&0xff))
-#endif ASM
+#endif /* ASM */
#ifdef __cplusplus
}