From bb050aede9d46c2793e8288bb07871430ee881fb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Jan 2005 05:47:22 +0000 Subject: rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ). --- cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h') diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h index 40905c5826..b7060eb479 100644 --- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h @@ -1125,8 +1125,8 @@ void _CPU_Fatal_error( * will be fetched incorrectly. */ -static inline unsigned int CPU_swap_u32( - unsigned int value +static inline uint32_t CPU_swap_u32( + uint32_t value ) { uint32_t swapped; -- cgit v1.2.3