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 050adec..8702052 100644 (file)
@@ -8,8 +8,8 @@ _start:
        pushl %esp
        pushl %esp
        pushl %edx
        pushl %esp
        pushl %esp
        pushl %edx
-       pushl $0
-       pushl $0
+       pushl %ebp
+       pushl %ebp
        pushl %eax
        pushl %ecx
        pushl $main
        pushl %eax
        pushl %ecx
        pushl $main