Merge "Fix mips/mips64 build"

This commit is contained in:
Dmitriy Ivanov 2014-07-29 04:58:16 +00:00 committed by Gerrit Code Review
commit 24dcda0f4f
2 changed files with 4 additions and 0 deletions

View File

@ -32,7 +32,9 @@
.ent __start
.globl __start
.globl _start
__start:
_start:
.set noreorder
bal 1f
nop

View File

@ -46,7 +46,9 @@
.ent __start
.globl __start
.globl _start
__start:
_start:
.set noreorder
bal 1f
nop