about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-13 20:29:59 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-13 20:29:59 +0200
commita424e996b3c44671f6eb4e56b502733a1492561a (patch)
tree1cbfd26455bf0d74b094091a415b06ba44ae746d /src
parent3c812483357b8ad46c0b26e91c035f3721b9d46f (diff)
downloadbox64-a424e996b3c44671f6eb4e56b502733a1492561a.tar.gz
box64-a424e996b3c44671f6eb4e56b502733a1492561a.zip
Added syscall 298
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},
 };