Rev 1079 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
__thread_entry:
#
# RAX contains address of uarg
movq %rax, %rdi
call thread_main
call __thread_main
.end __thread_entry