瀏覽代碼

silly rabbit

Eric Andersen 19 年之前
父節點
當前提交
1b3a4d860f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/mips/crt1.S

+ 1 - 1
libc/sysdeps/linux/mips/crt1.S

@@ -75,7 +75,7 @@
 	.type	    _init,@function
 	.type	    _fini,@function
 	.type	    main,@function
-	.type	    __uClibc_start_main,@function
+	.type	    __uClibc_main,@function
 
 __start:
 #ifdef __PIC__