diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-13 20:29:59 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-13 20:29:59 +0200 |
| commit | a424e996b3c44671f6eb4e56b502733a1492561a (patch) | |
| tree | 1cbfd26455bf0d74b094091a415b06ba44ae746d | |
| parent | 3c812483357b8ad46c0b26e91c035f3721b9d46f (diff) | |
| download | box64-a424e996b3c44671f6eb4e56b502733a1492561a.tar.gz box64-a424e996b3c44671f6eb4e56b502733a1492561a.zip | |
Added syscall 298
| -rwxr-xr-x | src/emu/x64syscall.c | 1 |
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}, }; |