MIPS64 syscall() arguments
The seventh argument for syscall is passed in a register, not on the stack Change-Id: Idb69fac77d1f710cff5a3ab4ae1259feb61ae69d
This commit is contained in:
parent
86f594b19b
commit
296895f1a9
|
@ -52,7 +52,7 @@ LEAF(syscall,FRAMESZ)
|
|||
#else
|
||||
move a3, a4
|
||||
move a4, a5
|
||||
REG_L a5, FRAMESZ(sp)
|
||||
move a5, a6
|
||||
#endif
|
||||
syscall
|
||||
move a0, v0
|
||||
|
|
Loading…
Reference in New Issue