am ec95a9cf: Merge "MIPS64 syscall() arguments"
* commit 'ec95a9cf11f7c4d2211c61da7ce05262a54409d1': MIPS64 syscall() arguments
This commit is contained in:
commit
6c69675423
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user