From: Andreas Jaeger Date: Thu, 13 Apr 2000 20:19:15 +0000 (+0000) Subject: Fix typos in last checkin. X-Git-Tag: upstream/2.30~10627^2~2494 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c3fb6b3a4408ae5d511167f12a6f1e94684e51d;p=external%2Fglibc.git Fix typos in last checkin. --- diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index 1bb5c29..7924d4d 100644 --- a/sysdeps/unix/sysv/linux/mips/clone.S +++ b/sysdeps/unix/sysv/linux/mips/clone.S @@ -86,12 +86,13 @@ error: At this point we have s0=arg, s1=fn. */ -NESTED(__thread_start,FRAMESZ,sp) +ENTRY(__thread_start) /* cp is already loaded. */ + .cprestore 16 /* The stackframe has been created on entry of clone(). */ /* Resort the arg for user's function. */ - move a0,0(sp) /* Function pointer. */ - move t9,4(sp) /* Argument pointer. */ + lw a0,0(sp) /* Function pointer. */ + lw t9,4(sp) /* Argument pointer. */ /* Call the user's function. */ jalr t9