summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-29 23:01:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-29 23:01:15 +0000
commit6805640ec7e626a8ce21d0527c4f9222716af039 (patch)
treeb7ff180b730bcb12e96b7986401b2187194b08d7 /c/src/exec/score/cpu/sh/rtems/score
parentAdded section on ddd. (diff)
downloadrtems-6805640ec7e626a8ce21d0527c4f9222716af039.tar.bz2
Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
to correct a typo CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES was actually typed in as CPU_CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
Diffstat (limited to 'c/src/exec/score/cpu/sh/rtems/score')
-rw-r--r--c/src/exec/score/cpu/sh/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/sh/rtems/score/cpu.h b/c/src/exec/score/cpu/sh/rtems/score/cpu.h
index 0a67679b5e..935cbd4e48 100644
--- a/c/src/exec/score/cpu/sh/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/sh/rtems/score/cpu.h
@@ -255,7 +255,7 @@ extern "C" {
* NOTE: SHes can be big or little endian, the default is big endian
*/
-#define CPU_CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE
+#define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE
/* __LITTLE_ENDIAN__ is defined if -ml is given to gcc */
#if defined(__LITTLE_ENDIAN__)