commit | 71ec7cef01b0f855cb9f774300f80d1ddcb91fc9 | [log] [tgz] |
---|---|---|
author | Chen Gang S <gang.chen@sunrus.com.cn> | Fri Jan 23 18:07:50 2015 +0800 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Feb 10 09:27:20 2015 +0300 |
tree | 544c0b3bea6f232a8391da0d957955d1cfe5bfae | |
parent | 7eff518b6c91bdd62710dd9868ec7a17bd6f1434 [diff] |
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>