diff options
| -rw-r--r-- | libc/sysdeps/linux/sh/crti.S | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sh/crti.S b/libc/sysdeps/linux/sh/crti.S index a68e61b76..7fba26638 100644 --- a/libc/sysdeps/linux/sh/crti.S +++ b/libc/sysdeps/linux/sh/crti.S @@ -12,7 +12,7 @@ _init:  	sts.l	pr,@-r15  	mov	r15,r14  	bra	1f -	nop +	 nop  	.align 2  1: @@ -27,6 +27,6 @@ _fini:  	sts.l	pr,@-r15  	mov	r15,r14  	bra	1f -	nop +	 nop  	.align 2  1:  | 
