2006-09-11 Joel Sherrill <joel@OARcorp.com>

* include/arm_mode_bits.h: Convert C++ style comments to C style.
This commit is contained in:
Joel Sherrill
2006-09-11 21:43:24 +00:00
parent 957d886a8f
commit 126694fa59
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-09-11 Joel Sherrill <joel@OARcorp.com>
* include/arm_mode_bits.h: Convert C++ style comments to C style.
2006-09-11 Chris Johns <chrisj@rtems.org>
* README, configure.ac: Remove extra CRLF.

View File

@@ -43,5 +43,5 @@
#define Mode_IRQ_MIRQ (Mode_SVC | I_Bit | F_Bit)
#define Mode_IRQ_UIRQ (Mode_SVC)
#endif // __ARMMODEBITS_H
#endif /* __ARMMODEBITS_H */