am 1a5db57d: Fix mips/mips64 build

* commit '1a5db57d5a0f633a83f20e667a4698757a63413e':
  Fix mips/mips64 build
This commit is contained in:
Dmitriy Ivanov 2014-07-29 13:15:21 +00:00 committed by Android Git Automerger
commit fed22f73c1
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