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.