diff --git a/qiling/os/linux/map_syscall.py b/qiling/os/linux/map_syscall.py index dea619ac9..19bb42695 100644 --- a/qiling/os/linux/map_syscall.py +++ b/qiling/os/linux/map_syscall.py @@ -431,7 +431,7 @@ def __mapper(syscall_num: int) -> str: 445: "landlock_add_rule", 446: "landlock_restrict_self", 448: "process_mrelease", - 983402: "cacheflush", + 983042: "cacheflush", 983045: "set_tls", }