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

Old glibc fix for ltp's clone07 test. Another file that needs updating...

Manuel Novoa III пре 19 година
родитељ
комит
0ad448b780
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/sysdeps/linux/mips/clone.S

+ 1 - 1
libc/sysdeps/linux/mips/clone.S

@@ -102,7 +102,7 @@ __thread_start:
 	lw		a0,4(sp)	/* Argument pointer.  */
 
 	/* Call the user's function.  */
-	jalr		t9
+	jal		t9
 
 	/* Call _exit rather than doing it inline for breakpoint purposes.  */
 	move		a0,v0