Skip to content

Commit

Permalink
fix: allow syscall 435 for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Dec 23, 2022
1 parent b507cab commit 08efa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/rf_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ int RF_JAVA[512] =
SYS_userfaultfd, -1,
318, -1, // what's this?
334, -1, // what's this?
435, -1, // what's this?
-1
};
#endif
Expand Down

0 comments on commit 08efa20

Please sign in to comment.