From: Andreas Jaeger Date: Thu, 13 Apr 2000 20:31:43 +0000 (+0000) Subject: Now I've applied Ralf's patch correctly and it works. X-Git-Tag: upstream/2.30~10627^2~2493 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=040c028af28a4eaeba263762fff1da4c969a62c8;p=external%2Fglibc.git Now I've applied Ralf's patch correctly and it works. --- diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index 7924d4d..0398ba3 100644 --- a/sysdeps/unix/sysv/linux/mips/clone.S +++ b/sysdeps/unix/sysv/linux/mips/clone.S @@ -91,8 +91,8 @@ ENTRY(__thread_start) .cprestore 16 /* The stackframe has been created on entry of clone(). */ /* Resort the arg for user's function. */ - lw a0,0(sp) /* Function pointer. */ - lw t9,4(sp) /* Argument pointer. */ + lw t9,0(sp) /* Function pointer. */ + lw a0,4(sp) /* Argument pointer. */ /* Call the user's function. */ jalr t9