about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/emu/x64syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index c19d0de9..c5d740de 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -199,7 +199,7 @@ scwrap_t syscallwrap[] = {
     { 324, __NR_membarrier, 2},
     #ifdef __NR_statx
     // TODO: implement fallback if __NR_statx is not defined
-    { 332, __NR_statx, 4},
+    { 332, __NR_statx, 5},
     #endif
     #ifdef __NR_fchmodat4
     { 434, __NR_fchmodat4, 4},