commit | ec95a9cf11f7c4d2211c61da7ce05262a54409d1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 02 20:53:30 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 02 20:53:31 2014 +0000 |
tree | fcfdfa6f7d65b677e72ada641c8342c2991b489d | |
parent | 86f594b19bc51ffe87bfacb6b42687af94c3c648 [diff] | |
parent | 296895f1a96f7340e565fa5fc6074b85b29fd8cf [diff] |
Merge "MIPS64 syscall() arguments"
diff --git a/libc/arch-mips64/bionic/syscall.S b/libc/arch-mips64/bionic/syscall.S index c4fd009..e3710f8 100644 --- a/libc/arch-mips64/bionic/syscall.S +++ b/libc/arch-mips64/bionic/syscall.S
@@ -52,7 +52,7 @@ #else move a3, a4 move a4, a5 - REG_L a5, FRAMESZ(sp) + move a5, a6 #endif syscall move a0, v0