summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 05:47:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 05:47:39 +0000
commit8b625e28c831ceab5162365e0224fb483b3dce16 (patch)
treea91290cec95e36ccb169a0af09181c8655843e98 /cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
parentrtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ). (diff)
downloadrtems-8b625e28c831ceab5162365e0224fb483b3dce16.tar.bz2
*_swap_u32( uint32_t ).
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h')
-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;