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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index c19cf652..e4d167a0 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -89,6 +89,7 @@ scwrap_t syscallwrap[] = {
     { 254, __NR_inotify_add_watch, 3},
     { 255, __NR_inotify_rm_watch, 2},
     { 294, __NR_inotify_init1, 1},
+    { 298, __NR_perf_event_open, 5},
     { 318, __NR_getrandom, 3},
 };