1.text
2.global __pthread_new_thread_entry
3__pthread_new_thread_entry:
4	mov   16(%rsp), %rdi
5	mov    0(%rsp), %rsi
6	addq       $24, %rsp
7	andq      $~15, %rsp
8	pushq       $0
9	jmp      *%rsi
10