pub unsafe extern "C" fn instr_set_operation_size(
instr: *mut instr_t,
operation_size: opnd_size_t,
)Expand description
Sets the operation size of \p instr to \p operation_size only if instr is a #DR_ISA_REGDEPS instruction.
pub unsafe extern "C" fn instr_set_operation_size(
instr: *mut instr_t,
operation_size: opnd_size_t,
)Sets the operation size of \p instr to \p operation_size only if instr is a #DR_ISA_REGDEPS instruction.