linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of targe...
commit71ec7cef01b0f855cb9f774300f80d1ddcb91fc9
authorChen Gang S <gang.chen@sunrus.com.cn>
Fri, 23 Jan 2015 10:07:50 +0000 (23 18:07 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Feb 2015 06:27:20 +0000 (10 09:27 +0300)
tree544c0b3bea6f232a8391da0d957955d1cfe5bfae
parent7eff518b6c91bdd62710dd9868ec7a17bd6f1434
linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of target_vec[i].iov_base

It is only a typo issue, need use tswapal(target_vec[i].iov_len) for the
len.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/syscall.c