Merge "MIPS64 syscall() arguments"

This commit is contained in:
Elliott Hughes 2014-09-02 20:53:30 +00:00 committed by Gerrit Code Review
commit ec95a9cf11

View File

@ -52,7 +52,7 @@ LEAF(syscall,FRAMESZ)
#else #else
move a3, a4 move a3, a4
move a4, a5 move a4, a5
REG_L a5, FRAMESZ(sp) move a5, a6
#endif #endif
syscall syscall
move a0, v0 move a0, v0