Make inline syscall to _exit.
authorAndreas Schwab <schwab@suse.de>
Sun, 15 Dec 2002 21:39:21 +0000 (21:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 15 Dec 2002 21:39:21 +0000 (21:39 +0000)
sysdeps/unix/sysv/linux/m68k/clone.S

index e19172a..6baf723 100644 (file)
@@ -57,8 +57,9 @@ ENTRY (__clone)
 thread_start:
        subl    %fp, %fp        /* terminate the stack frame */
        jsr     (%a0)
-       movel   %d0, -(%sp)
-       jbsr    HIDDEN_JUMPTARGET (_exit)
+       movel   %d0, %d1
+       movel   #SYS_ify (exit), %d0
+       trap    #0
 
 PSEUDO_END (__clone)