Re: [Qemu-devel] [PATCH] linux-user: declare sys_futex to have 6 arguments

2013-07-15 Thread Peter Maydell
On 15 July 2013 14:17, Petar Jovanovic wrote: > From: Petar Jovanovic > > sys_futex has 6 arguments, and all of these need to be copied. Fix incorrect > declaration in the mips_syscall_args array. > > This change fixes the cases where the 5th and 6th arguments have non-zero > value and have impor

[Qemu-devel] [PATCH] linux-user: declare sys_futex to have 6 arguments

2013-07-15 Thread Petar Jovanovic
From: Petar Jovanovic sys_futex has 6 arguments, and all of these need to be copied. Fix incorrect declaration in the mips_syscall_args array. This change fixes the cases where the 5th and 6th arguments have non-zero value and have importance. An example is a Linux implementation of pthread_cond