mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Make inline syscall to _exit.
This commit is contained in:
parent
4cbc195033
commit
cb6e94a4b8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user