summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/sh/crt0.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/crt0.S b/libc/sysdeps/linux/sh/crt0.S
index d7b54299f..d342f36ac 100644
--- a/libc/sysdeps/linux/sh/crt0.S
+++ b/libc/sysdeps/linux/sh/crt0.S
@@ -66,11 +66,13 @@ _start:
/* call main */
mov.l L_main, r0
jsr @r0
+ nop /* delay slot */
/* We should not get here. */
mov.l L_abort, r0
jsr @r0
- nop
+ nop /* delay slot */
+
_start_end:
.align 2