浏览代码

erik 0, stupid 1

Eric Andersen 20 年之前
父节点
当前提交
16d10b9a83
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libc/sysdeps/linux/mips/crt1.S

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

@@ -71,8 +71,8 @@
 */
 */
 
 
 .text
 .text
-	.global	_start
-	.type	_start,%function
+	.global	__start
+	.type	__start,%function
 	.type	_init,%function
 	.type	_init,%function
 	.type	_fini,%function
 	.type	_fini,%function
 	.type	main,%function
 	.type	main,%function