« Previous | Next » 

Revision 43be1343

ID43be1343667ae03cfb0c9ea4d56575c61b5c8d92

Added by Petar Jovanovic almost 11 years ago

linux-user: declare sys_futex to have 6 arguments

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 <>
Reviewed-by: Peter Maydell <>
Signed-off-by: Michael Tokarev <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences