SimEng icon indicating copy to clipboard operation
SimEng copied to clipboard

Verify syscall return values in SimEng.

Open rahahahat opened this issue 2 years ago • 0 comments

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.

rahahahat avatar Jun 07 '23 11:06 rahahahat