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
Fix JIT compilation with SYSTEM/ELF_LOADER enabled
This introduces SYSTEM_MMIO feature flag to properly gate MMIO-related
code in JIT. This flag is enabled only when SYSTEM=1 and ELF_LOADER=0
(Linux kernel mode), preventing compilation errors when both SYSTEM and
ELF_LOADER are enabled.
0 commit comments