linux-user: correct argument number for sys_mremap and sys_splice
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 23 Jul 2013 17:00:10 +0000 (19:00 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Jul 2013 22:37:14 +0000 (00:37 +0200)
commitb0932e0617c65ae1cb0362416ec0ef32766abf5d
treefd362884591298e709d4d35ffeb68310ed84f682
parentd2e46d59cac7d8259bf80abcddfebde87014d610
linux-user: correct argument number for sys_mremap and sys_splice

sys_mremap missed 5th argument (new_address), which caused examples that
remap to a specific address to fail.
sys_splice missed 5th and 6th argument which caused different examples to
fail.
This change has an effect on MIPS target only.

Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/main.c