Skip to main content

instr_is_far_cti

Function instr_is_far_cti 

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

Returns true iff \p instr is a far control transfer instruction: OP_jmp_far, OP_call_far, OP_jmp_far_ind, OP_call_far_ind, OP_ret_far, or OP_iret, on x86.