summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 23:24:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 23:24:51 +0000
commit8cc57f626bba2b98b5ea42363e3b8a7111c7ab17 (patch)
tree93d310511a22a85c8de11821b03d76c5ea62ea56 /c/src/exec/score
parentCorrected return value. (diff)
downloadrtems-8cc57f626bba2b98b5ea42363e3b8a7111c7ab17.tar.bz2
Modified to be valid m68k code on all CPU models.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/m68k/rtems.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/exec/score/cpu/m68k/rtems.S b/c/src/exec/score/cpu/m68k/rtems.S
index e8cba8204c..992abbfa34 100644
--- a/c/src/exec/score/cpu/m68k/rtems.S
+++ b/c/src/exec/score/cpu/m68k/rtems.S
@@ -40,13 +40,8 @@ SYM (RTEMS):
lsll #2, d0
addal d0, a0
-#if (M68K_COLDFIRE_ARCH == 0)
- moveal @(a0),a0
- jmpl @(a0)
-#else
moveal (a0),a0
jmpl (a0)
-#endif
END_CODE
END