diff options
Diffstat (limited to 'src/focaccia/qemu/x86.py')
| -rw-r--r-- | src/focaccia/qemu/x86.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/focaccia/qemu/x86.py b/src/focaccia/qemu/x86.py index c8d2045..6f5bc99 100644 --- a/src/focaccia/qemu/x86.py +++ b/src/focaccia/qemu/x86.py @@ -102,6 +102,7 @@ emulated_system_calls = { 233: SyscallInfo('epoll_ctl', patchup_address_registers=['r10']), 281: SyscallInfo('epoll_pwait', patchup_address_registers=['rsi', 'r8']), 284: SyscallInfo('eventfd'), + 288: SyscallInfo('accept4', patchup_address_registers=['rsi', 'rdx']), 290: SyscallInfo('eventfd2'), 291: SyscallInfo('epoll_create1'), 292: SyscallInfo('dup3'), |