Skip to main content

instr_is_interrupt

Function instr_is_interrupt 

Source
pub unsafe extern "C" fn instr_is_interrupt(
    instr: *mut instr_t,
) -> bool_
Expand description

Return true iff \p instr’s opcode is OP_int, OP_into, or OP_int3.