sysdeps/linux: fix Scrt1.o

This commit is contained in:
Geert Custers 2020-08-23 17:27:49 +02:00
parent b7c41c3203
commit 05c94fb109
No known key found for this signature in database
GPG key ID: C3BB9C2DBDC1198A

View file

@ -1,5 +1,6 @@
.section .text
.global _start
_start:
lea main(%rip), %rdi
mov %rsp, %rdi
lea main(%rip), %rsi
call __mlibc_entry