diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-06-02 17:42:12 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-06-02 17:42:21 +0200 |
| commit | 4f1cefec30a71ddf5f05c218bbe4d7a947fed624 (patch) | |
| tree | 02c4587a9393cecbb91f55d09a168bad2b662d5f /src | |
| parent | 5e19c8f142a11bca2613c1e54004bb848e08ac6a (diff) | |
| download | box64-4f1cefec30a71ddf5f05c218bbe4d7a947fed624.tar.gz box64-4f1cefec30a71ddf5f05c218bbe4d7a947fed624.zip | |
Added some more setup for Project Zomboid (should help #112)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/emu/x64syscall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c index c426cd32..347def6e 100755 --- a/src/emu/x64syscall.c +++ b/src/emu/x64syscall.c @@ -216,6 +216,8 @@ scwrap_t syscallwrap[] = { { 233, __NR_epoll_ctl, 4}, #endif { 234, __NR_tgkill, 3}, + { 238, __NR_set_mempolicy, 3}, + { 239, __NR_get_mempolicy, 5}, { 247, __NR_waitid, 5}, #ifdef __NR_inotify_init { 253, __NR_inotify_init, 0}, //0xFD |