소스 검색

cleanup comment cruft in startup code

Rich Felker 14 년 전
부모
커밋
8cd48f0965
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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