On 06/12/2018 02:44 PM, Richard Henderson wrote:
> On 06/12/2018 06:37 AM, Philippe Mathieu-Daudé wrote:
>>> /* Both preadv and pwritev merge args 4/5 into a 64-bit offset.
>>> * Moreover, the parts are *always* in little-endian order.
>>> */
>>> #if TARGET_ABI_BITS == 32
>>> SYSCALL_ARGS(pr
On 06/12/2018 06:37 AM, Philippe Mathieu-Daudé wrote:
>> /* Both preadv and pwritev merge args 4/5 into a 64-bit offset.
>> * Moreover, the parts are *always* in little-endian order.
>> */
>> #if TARGET_ABI_BITS == 32
>> SYSCALL_ARGS(preadv_pwritev)
>> {
>> -/* We have already assigned
Hi Richard,
On 06/11/2018 09:51 PM, Richard Henderson wrote:
> Signed-off-by: Richard Henderson
> ---
> linux-user/syscall.h | 44 +
> linux-user/syscall.c | 70 --
> linux-user/syscall_file.c | 61 +
Signed-off-by: Richard Henderson
---
linux-user/syscall.h | 44 +
linux-user/syscall.c | 70 --
linux-user/syscall_file.c | 61 +++--
linux-user/gen_syscall_list.py | 2 +
linux-user/strace.list