Browse Source

erik 0, stupid 1

Eric Andersen 20 năm trước cách đây
mục cha
commit
16d10b9a83
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      libc/sysdeps/linux/mips/crt1.S

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

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