forked from Imagelibrary/rtems
2001-10-24 Joel Sherrill <joel@OARcorp.com>
* mpc8260/include/mpc8260.h: "or" is a keyword in C++.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* mpc8260/include/mpc8260.h: "or" is a keyword in C++.
|
||||
|
||||
2001-10-22 Andy Dachs <a.dachs@sstl.co.uk>
|
||||
|
||||
* Makefile.am, README, configure.ac, new_exception_processing/cpu.h,
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
*/
|
||||
typedef struct m8260MEMCRegisters_ {
|
||||
rtems_unsigned32 br;
|
||||
rtems_unsigned32 or;
|
||||
rtems_unsigned32 _or; /* or is a C++ keyword :( */
|
||||
} m8260MEMCRegisters_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user