summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 13:56:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 13:56:21 +0000
commit544a6008483a6ce788c1c33f664add1979b05e78 (patch)
tree2e9c1d218ed694cebe49e4282893cf0a3627d800 /c/src/exec/score/cpu/m68k/rtems/score
parent2002-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-544a6008483a6ce788c1c33f664add1979b05e78.tar.bz2
2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/m68k.h: m68k_swap_u32 fix typo.
Diffstat (limited to 'c/src/exec/score/cpu/m68k/rtems/score')
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/m68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/m68k/rtems/score/m68k.h b/c/src/exec/score/cpu/m68k/rtems/score/m68k.h
index 419dffaa19..5bd7fd5d47 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/m68k.h
+++ b/c/src/exec/score/cpu/m68k/rtems/score/m68k.h
@@ -335,7 +335,7 @@ extern "C" {
/* There are no rotate commands in Coldfire architecture. We will use
* generic implementation of endian swapping for Coldfire.
*/
-static inline unsigned int CPU_swap_u32(
+static inline unsigned int m68k_swap_u32(
unsigned int value
)
{