mirror of git://git.musl-libc.org/musl
shave off 2 bytes from crt1.o _start
This commit is contained in:
parent
3075f7e847
commit
ba68efc921
|
@ -8,8 +8,8 @@ _start:
|
|||
pushl %esp
|
||||
pushl %esp
|
||||
pushl %edx
|
||||
pushl $0
|
||||
pushl $0
|
||||
pushl %ebp
|
||||
pushl %ebp
|
||||
pushl %eax
|
||||
pushl %ecx
|
||||
pushl $main
|
||||
|
|
Loading…
Reference in New Issue