SimEng
SimEng copied to clipboard
Verify syscall return values in SimEng.
It has been previously found that syscall return values in SimEng were similar to those returned by glibc-wrapped versions of syscalls; leading to erroneous simulations. All glibc wrappers ultimately internally call system-defined syscalls. The return value from system-defined syscalls is used in the surrounding logic.