am 1a5db57d: Fix mips/mips64 build
* commit '1a5db57d5a0f633a83f20e667a4698757a63413e': Fix mips/mips64 build
This commit is contained in:
commit
fed22f73c1
@ -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…
x
Reference in New Issue
Block a user