Explorar o código

cleanup comment cruft in startup code

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
8cd48f0965
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      crt/i386/crt1.s

+ 0 - 1
crt/i386/crt1.s

@@ -14,6 +14,5 @@ _start:
 	pushl %ecx
 	call 1f
 1:	addl $[main-.],(%esp)
-	//pushl $main
 	call __libc_start_main
 1:	jmp 1b