diff options
| -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 bf95492..360ea59 100644 --- a/src/focaccia/qemu/x86.py +++ b/src/focaccia/qemu/x86.py @@ -90,6 +90,7 @@ emulated_system_calls = { 129: SyscallInfo('rt_sigqueueinfo', patchup_address_registers=['rdx']), 130: SyscallInfo('rt_sigsuspend'), 200: SyscallInfo('tkill'), + 202: SyscallInfo('futex', patchup_address_registers=['rdi', 'r8']), 213: SyscallInfo('epoll_create'), 219: SyscallInfo('restart_syscall'), 232: SyscallInfo('epoll_wait', patchup_address_registers=['rsi']), |