about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index 6e31791e..ce2b2b50 100644
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -207,6 +207,7 @@ static const scwrap_t syscallwrap[] = {
     [160] = {__NR_setrlimit, 2},
     #endif
     [161] = {__NR_chroot, 1},
+    [165] = {__NR_mount, 5},
     [186] = {__NR_gettid, 0 },    //0xBA
     [194] = {__NR_listxattr, 3},
     [195] = {__NR_llistxattr, 3},