OSDN Git Service

Fix MIPS build.
authorElliott Hughes <enh@google.com>
Sun, 22 Dec 2013 20:02:32 +0000 (12:02 -0800)
committerElliott Hughes <enh@google.com>
Sun, 22 Dec 2013 20:02:32 +0000 (12:02 -0800)
Change-Id: I175f427e355fca9a5a3f4e4379d7fcd1f7f6a22d

libc/arch-mips/bionic/_exit_with_stack_teardown.S

index ce05ab8..8f624c3 100644 (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.