Explorar el Código

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

Manuel Novoa III hace 19 años
padre
commit
0ad448b780
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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