about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crt/i386/crt1.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/crt/i386/crt1.s b/crt/i386/crt1.s
index 4d5f572f..3e88c785 100644
--- a/crt/i386/crt1.s
+++ b/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