From d392168a49578e826597ba27a070fc6d6c72633e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Aug 1999 21:14:20 +0000 Subject: Typo causing compilation failure spotted by Ralf Corsepius and fixed by Joel. --- cpukit/score/cpu/i960/rtems/score/i960.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/i960/rtems/score/i960.h b/cpukit/score/cpu/i960/rtems/score/i960.h index 49964a1913..bb4884941a 100644 --- a/cpukit/score/cpu/i960/rtems/score/i960.h +++ b/cpukit/score/cpu/i960/rtems/score/i960.h @@ -37,7 +37,7 @@ extern "C" { #if defined(__i960CA__) || defined(__i960_CA__) || defined(__i960CA) #define CPU_MODEL_NAME "i960ca" -#define __RTEMS__i960CA__ +#define __RTEMS_I960CA__ #define I960_HAS_FPU 0 #elif defined(__i960HA__) || defined(__i960_HA__) || defined(__i960HA) -- cgit v1.2.3