Fix typos in last checkin.
authorAndreas Jaeger <aj@suse.de>
Thu, 13 Apr 2000 20:19:15 +0000 (20:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 13 Apr 2000 20:19:15 +0000 (20:19 +0000)
sysdeps/unix/sysv/linux/mips/clone.S

index 1bb5c29..7924d4d 100644 (file)
@@ -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