Changeset 0edbe88 in rtems
- Timestamp:
- 01/22/05 11:03:37 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cbe0357
- Parents:
- 1d7f37b3
- Location:
- cpukit/score/cpu/sparc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc/ChangeLog
r1d7f37b3 r0edbe88 1 2005-01-22 Ralf Corsepius <ralf.corsepius@freenet.de> 2 3 * rtems/score/cpu.h: Fix broken #endif. 4 1 5 2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de> 2 6 -
cpukit/score/cpu/sparc/rtems/score/cpu.h
r1d7f37b3 r0edbe88 995 995 (((value&0xff) << 8) | ((value >> 8)&0xff)) 996 996 997 #endif ASM997 #endif /* ASM */ 998 998 999 999 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.