« Previous | Next » 

Revision 6064be79

ID6064be7912ab262f0abd85ad042fafd435ad6651

Added by Petar Jovanovic over 10 years ago

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

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences