aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/hyra/crt-x86_64/crt0.S
blob: 57f0dd1fa2bfc73a8f504d135bae83229698798b (plain)
1
2
3
4
5
6
7
8
9
.section .text

.global _start
_start:
    mov $main, %rdi
    call __mlibc_entry

.size _start, . - _start
.section .note.GNU-stack,"",%progbits