Преглед изворни кода

Follow sh asm convention to indent the instruction into the delay slot.
(glibc community refused to apply a my patch for this :-) )

Carmelo Amoroso пре 15 година
родитељ
комит
6380fddc18
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      libc/sysdeps/linux/sh/crti.S

+ 2 - 2
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: