Skip to main content

drreg_bb_properties_t_DRREG_USER_RESTORES_AT_BB_END

Constant drreg_bb_properties_t_DRREG_USER_RESTORES_AT_BB_END 

Source
pub const drreg_bb_properties_t_DRREG_USER_RESTORES_AT_BB_END: drreg_bb_properties_t = 4;
Expand description

Turns off register restoration at the end of the block. Note that it is still required that registers have their original values at the end of a basic block. Therefore, restoration needs to be handled by the user manually, usually via drreg_restore_all().