summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-24 23:54:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-24 23:54:46 +0000
commitbfbe811222f3a269c22c52f97e20849a8a65a4c7 (patch)
treeec04ad2d58dc796ed3ff5531495e6f567135f55d /c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h
parent2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bfbe811222f3a269c22c52f97e20849a8a65a4c7.tar.bz2
2001-10-24 Joel Sherrill <joel@OARcorp.com>
* mpc8260/include/mpc8260.h: "or" is a keyword in C++.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h b/c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h
index d6126afbf2..a7c2216a18 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h
+++ b/c/src/lib/libcpu/powerpc/mpc8260/include/mpc8260.h
@@ -67,7 +67,7 @@
*/
typedef struct m8260MEMCRegisters_ {
rtems_unsigned32 br;
- rtems_unsigned32 or;
+ rtems_unsigned32 _or; /* or is a C++ keyword :( */
} m8260MEMCRegisters_t;