From 5063791535bc7541a4b46c24c4e5c9f330e5025f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 22 Dec 2013 12:02:32 -0800 Subject: [PATCH] Fix MIPS build. Change-Id: I175f427e355fca9a5a3f4e4379d7fcd1f7f6a22d --- libc/arch-mips/bionic/_exit_with_stack_teardown.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/arch-mips/bionic/_exit_with_stack_teardown.S b/libc/arch-mips/bionic/_exit_with_stack_teardown.S index ce05ab889..8f624c324 100644 --- a/libc/arch-mips/bionic/_exit_with_stack_teardown.S +++ b/libc/arch-mips/bionic/_exit_with_stack_teardown.S @@ -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. -- 2.11.0