2004-04-09 Joel Sherrill <joel@OARcorp.com>

* rtems/score/cpu.h: Fix typo.
This commit is contained in:
Joel Sherrill
2004-04-09 13:08:28 +00:00
parent f4630e9d01
commit b3786fcf4e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-04-09 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Fix typo.
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).

View File

@@ -275,7 +275,7 @@ extern "C" {
#if defined(__ARMEL__)
#define CPU_BIG_ENDIAN FALSE
#define CPU_LITTLE_ENDIAN TRUE
#elif define(__ARMEB__)
#elif defined(__ARMEB__)
#define CPU_BIG_ENDIAN TRUE
#define CPU_LITTLE_ENDIAN FALSE
#else