Changeset 83795347 in rtems
- Timestamp:
- Feb 14, 2003, 8:12:10 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 299ebb4
- Parents:
- b70779a
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
rb70779a r83795347 1 2003-02-14 Greg Menke <gregory.menke@gsfc.nasa.gov> 2 3 PR 348/bsps 4 * mpc6xx/exceptions/raw_exception.c: Add PPC_603ev as required 5 by MTX603e BSP. 6 1 7 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
rb70779a r83795347 133 133 case PPC_603: 134 134 case PPC_603e: 135 case PPC_603ev: 135 136 if (!mpc603_vector_is_valid(vector)) { 136 137 return 0;
Note: See TracChangeset
for help on using the changeset viewer.