Changeset 18ebea1 in rtems
- Timestamp:
- Jan 24, 2005, 5:40:55 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ec8973ed
- Parents:
- a04f371
- Location:
- cpukit/score/cpu/sh
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sh/ChangeLog
ra04f371 r18ebea1 1 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/sh.h: *_swap_u32( uint32_t ). 4 1 5 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
cpukit/score/cpu/sh/rtems/score/sh.h
ra04f371 r18ebea1 186 186 */ 187 187 188 static inline u nsigned int sh_swap_u32(189 u nsigned int value188 static inline uint32_t sh_swap_u32( 189 uint32_t value 190 190 ) 191 191 { 192 register u nsigned int swapped;192 register uint32_t swapped; 193 193 194 194 asm volatile (
Note: See TracChangeset
for help on using the changeset viewer.