On 15 July 2013 14:17, Petar Jovanovic <[email protected]> wrote: > From: Petar Jovanovic <[email protected]> > > 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_wait() function. > > Signed-off-by: Petar Jovanovic <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> This is the QEMU version of a bug fixed in the Linux kernel by commit 90a67b590 in 2005... thanks -- PMM
