소스 검색

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