Skip to main content

instr_set_category

Function instr_set_category 

Source
pub unsafe extern "C" fn instr_set_category(
    instr: *mut instr_t,
    category: uint,
)
Expand description

Assumes \p category is a set of DR_INSTR_CATEGORY_ constants and sets it to be instr’s category. See #dr_instr_category_t.