blob: 4cfcb4c4993f648a8196cc183bd03c4fc6003476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.section .text
.global __mlibc_start_thread
__mlibc_start_thread:
ldp x0, x1, [sp]
ldr x2, [sp, #16]
add sp, sp, #24
bl __mlibc_enter_thread
.section .note.GNU-stack,"",%progbits
|