From 6805640ec7e626a8ce21d0527c4f9222716af039 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 29 Jul 1999 23:01:15 +0000 Subject: Patch from Charles-Antoine Gauthier to correct a typo CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES was actually typed in as CPU_CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES. --- c/src/exec/score/cpu/sh/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/sh') 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__) -- cgit v1.2.3