瀏覽代碼

shave off 2 bytes from crt1.o _start

Rich Felker 14 年之前
父節點
當前提交
ba68efc921
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      crt/i386/crt1.s

+ 2 - 2
crt/i386/crt1.s

@@ -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