Changeset 3bcc0d8 in rtems
- Timestamp:
- 10/15/01 17:58:07 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 12ae6d9e
- Parents:
- 64cc4bb5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sh/ChangeLog
r64cc4bb5 r3bcc0d8 1 2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cpu.c: Fix #ifdefs, add missing #endif. 4 1 5 2001-10-12 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/exec/score/cpu/sh/cpu.c
r64cc4bb5 r3bcc0d8 158 158 */ 159 159 160 #if defined( sh1) || defined(sh2)160 #if defined(__sh1__) || defined(__sh2__) 161 161 void _CPU_ISR_install_vector( 162 162 unsigned32 vector, … … 191 191 #endif 192 192 } 193 #endif /* _CPU_ISR_install_vector */ 193 194 194 195 /*PAGE -
cpukit/score/cpu/sh/ChangeLog
r64cc4bb5 r3bcc0d8 1 2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cpu.c: Fix #ifdefs, add missing #endif. 4 1 5 2001-10-12 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/score/cpu/sh/cpu.c
r64cc4bb5 r3bcc0d8 158 158 */ 159 159 160 #if defined( sh1) || defined(sh2)160 #if defined(__sh1__) || defined(__sh2__) 161 161 void _CPU_ISR_install_vector( 162 162 unsigned32 vector, … … 191 191 #endif 192 192 } 193 #endif /* _CPU_ISR_install_vector */ 193 194 194 195 /*PAGE
Note: See TracChangeset
for help on using the changeset viewer.