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