summaryrefslogtreecommitdiffstats
path: root/libgloss/moxie/sim-time.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/moxie/sim-time.c')
-rw-r--r--libgloss/moxie/sim-time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/moxie/sim-time.c b/libgloss/moxie/sim-time.c
index 4b1667b8a..3e9fafb4b 100644
--- a/libgloss/moxie/sim-time.c
+++ b/libgloss/moxie/sim-time.c
@@ -25,7 +25,7 @@ __asm__ ("\
.globl _sim_time\n\
.type _sim_time,@function\n\
_sim_time:\n\
- bad\n \
+ jmpa _sim_time\n\
ret\n\
.Lsim:\n\
.size _sim_time,.Lsim-_sim_time");