You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x32 syscalls require the X32_SYSCALL_BIT (0x4000 0000) to be
set, and thus syscalls less than that are invalid on the x32
architecture. Tests 60 and 61 utilize syscalls less than
0x4000 0000, so skip those tests for the x32 arch.
Fixes Github Issue #472.
Reported-by: Sam James <[email protected]>
Signed-off-by: Tom Hromatka <[email protected]>
[PM: fixed test header indentation to properly align]
Signed-off-by: Paul Moore <[email protected]>
(imported from commit 9b9ea8e)
0 commit comments