[][src]Function solana_bpf_loader_api::helpers::helper_sol_panic

pub fn helper_sol_panic(
    file: u64,
    len: u64,
    line: u64,
    column: u64,
    _arg5: u64,
    _context: &mut HelperContext,
    ro_regions: &[MemoryRegion],
    _rw_regions: &[MemoryRegion]
) -> Result<u64, 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