summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
index 77faa5e014..3146d5f789 100644
--- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
@@ -918,8 +918,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;