forked from Imagelibrary/rtems
rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
This commit is contained in:
@@ -1125,8 +1125,8 @@ void _CPU_Fatal_error(
|
|||||||
* will be fetched incorrectly.
|
* will be fetched incorrectly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline unsigned int CPU_swap_u32(
|
static inline uint32_t CPU_swap_u32(
|
||||||
unsigned int value
|
uint32_t value
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
uint32_t swapped;
|
uint32_t swapped;
|
||||||
|
|||||||
Reference in New Issue
Block a user