Skip to main content

instr_set_x86_mode

Function instr_set_x86_mode 

Source
pub unsafe extern "C" fn instr_set_x86_mode(
    instr: *mut instr_t,
    x86: bool_,
)
Expand description

Each instruction stores whether it should be interpreted in 32-bit (x86) or 64-bit (x64) mode. This routine sets the mode for \p instr.

\note For 64-bit DR builds only.

\deprecated Replaced by instr_set_isa_mode().