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
User-space emulation tests were failing because ENABLE_ELF_LOADER
defaulted to 0, preventing ELF file loading. The fix automatically
enables ELF_LOADER when SYSTEM=0, as user-space mode always requires
it to load test ELF files.
0 commit comments