shave off 2 bytes from crt1.o _start
authorRich Felker <dalias@aerifal.cx>
Mon, 21 Feb 2011 00:07:19 +0000 (19:07 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 21 Feb 2011 00:07:19 +0000 (19:07 -0500)
crt/i386/crt1.s

index 050adec8840a3121cf33f490b3dc03465b748eaa..8702052a75f330f4985e1a70e9af241a5e55884d 100644 (file)
@@ -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