From 0ad448b780c6b1f5f0efc3278f51a6d5586b3df9 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 31 Jul 2005 04:31:58 +0000 Subject: Old glibc fix for ltp's clone07 test. Another file that needs updating... --- libc/sysdeps/linux/mips/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/clone.S') diff --git a/libc/sysdeps/linux/mips/clone.S b/libc/sysdeps/linux/mips/clone.S index 079d2bef2..21cb8ec61 100644 --- a/libc/sysdeps/linux/mips/clone.S +++ b/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 -- cgit v1.2.3