]> granicus.if.org Git - strace/commit
mips o32: implement fetching the 7th subcall argument
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 28 Sep 2016 01:57:59 +0000 (01:57 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 28 Sep 2016 03:00:10 +0000 (03:00 +0000)
commit54a4a1a9181d7789a60fd5ab515e17d55fa27ef1
treeede098fef00cb7bed8be7b6852481ac34589e5c9
parent1929c2216ab065082903c299147fb8290873da49
mips o32: implement fetching the 7th subcall argument

* syscall.c [LINUX_MIPSO32] (decode_mips_subcall): Fetch the last
argument of 7-arg syscalls.
syscall.c