am 19705a6e: am bb184de2: am 17c9fe7d: Merge "Fix MIPS build."

* commit '19705a6e350d3faedfcb69da117f18770528fe4a':
  Fix MIPS build.
This commit is contained in:
Elliott Hughes 2013-12-22 20:14:41 +00:00 committed by Android Git Automerger
commit 1c1a001deb

View File

@ -41,7 +41,7 @@ _exit_with_stack_teardown:
syscall
// If munmap failed, we ignore the failure and exit anyway.
move $a0, 0
li $a0, 0
li $v0, __NR_exit
syscall
// The exit syscall does not return.