[][src]Function solana_bpf_loader::helper_sol_panic_verify

pub fn helper_sol_panic_verify(
    _arg1: u64,
    _arg2: u64,
    _arg3: 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