pub const dr_emulate_options_t_DR_EMULATE_IS_FIRST_INSTR: dr_emulate_options_t = 2;Expand description
When used with drmgr_in_emulation_region(), indicates that the current instruction is the first instruction of the emulation region. This allows a client to act on the original instruction just once, despite multiple emulation instructions.