Merge "Fix mips/mips64 build"
This commit is contained in:
commit
24dcda0f4f
@ -32,7 +32,9 @@
|
|||||||
|
|
||||||
.ent __start
|
.ent __start
|
||||||
.globl __start
|
.globl __start
|
||||||
|
.globl _start
|
||||||
__start:
|
__start:
|
||||||
|
_start:
|
||||||
.set noreorder
|
.set noreorder
|
||||||
bal 1f
|
bal 1f
|
||||||
nop
|
nop
|
||||||
|
@ -46,7 +46,9 @@
|
|||||||
|
|
||||||
.ent __start
|
.ent __start
|
||||||
.globl __start
|
.globl __start
|
||||||
|
.globl _start
|
||||||
__start:
|
__start:
|
||||||
|
_start:
|
||||||
.set noreorder
|
.set noreorder
|
||||||
bal 1f
|
bal 1f
|
||||||
nop
|
nop
|
||||||
|
Loading…
Reference in New Issue
Block a user