Skip to main content

unresolved_var_trap

Function unresolved_var_trap 

Source
pub extern "C" fn unresolved_var_trap(var_id: u64) -> *mut u8
Expand description

Called by JIT code when an unresolved external variable is forced. Returns null to allow execution to continue (will likely segfault later). In debug mode (TIDEPOOL_TRACE), logs and returns null.