diff options
Diffstat (limited to 'src/focaccia/qemu/x86.py')
| -rw-r--r-- | src/focaccia/qemu/x86.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/focaccia/qemu/x86.py b/src/focaccia/qemu/x86.py index a77a52c..0abe026 100644 --- a/src/focaccia/qemu/x86.py +++ b/src/focaccia/qemu/x86.py @@ -123,6 +123,8 @@ emulated_system_calls = { 291: SyscallInfo('epoll_create1'), 292: SyscallInfo('dup3'), 293: SyscallInfo('pipe2', patchup_address_registers=['rdi']), + 295: SyscallInfo('preadv', patchup_address_registers=['rsi']), + 296: SyscallInfo('pwritev'), 297: SyscallInfo('rt_tgsigqueueinfo', patchup_address_registers=['r10']), 302: SyscallInfo('prlimit64', patchup_address_registers=['r10']), 303: SyscallInfo('name_to_handle_at', patchup_address_registers=['rdx', 'r10']), |