pub unsafe extern "C" fn instr_is_syscall(
instr: *mut instr_t,
) -> bool_Expand description
Returns true iff \p instr is used to implement system calls: OP_int with a source operand of 0x80 on linux or 0x2e on windows, or OP_sysenter, or OP_syscall, or #instr_is_wow64_syscall() for WOW64.