aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/aero/generic/thread_entry.S
blob: 498fda39655baea1eda1a88558cb8451ed8ee6ae (plain)
1
2
3
4
5
6
7
8
9
10
.section .text
.global __mlibc_start_thread

__mlibc_start_thread:
	pop %rdi
	pop %rsi
	pop %rdx
	call __mlibc_enter_thread
.section .note.GNU-stack,"",%progbits