mirror of
https://github.com/fluencelabs/musl
synced 2025-06-15 07:51:42 +00:00
cleanup comment cruft in startup code
This commit is contained in:
@ -14,6 +14,5 @@ _start:
|
|||||||
pushl %ecx
|
pushl %ecx
|
||||||
call 1f
|
call 1f
|
||||||
1: addl $[main-.],(%esp)
|
1: addl $[main-.],(%esp)
|
||||||
//pushl $main
|
|
||||||
call __libc_start_main
|
call __libc_start_main
|
||||||
1: jmp 1b
|
1: jmp 1b
|
||||||
|
Reference in New Issue
Block a user