mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Make inline syscall to _exit.
This commit is contained in:
parent
4cbc195033
commit
cb6e94a4b8
@ -57,8 +57,9 @@ ENTRY (__clone)
|
|||||||
thread_start:
|
thread_start:
|
||||||
subl %fp, %fp /* terminate the stack frame */
|
subl %fp, %fp /* terminate the stack frame */
|
||||||
jsr (%a0)
|
jsr (%a0)
|
||||||
movel %d0, -(%sp)
|
movel %d0, %d1
|
||||||
jbsr HIDDEN_JUMPTARGET (_exit)
|
movel #SYS_ify (exit), %d0
|
||||||
|
trap #0
|
||||||
|
|
||||||
PSEUDO_END (__clone)
|
PSEUDO_END (__clone)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user