[−][src]Function solana_bpf_loader_api::helpers::helper_sol_panic_verify
pub fn helper_sol_panic_verify(
file: u64,
line: u64,
column: u64,
_arg4: u64,
_arg5: u64,
_context: &mut Option<Box<dyn Any + 'static>>,
ro_regions: &[MemoryRegion],
_rw_regions: &[MemoryRegion]
) -> Result<(), Error>
Panic helper functions, called when the BPF program calls 'sol_panic_()` The verify function returns an error which will cause the BPF program to be halted immediately