Skip to main content

restore_flags

Function restore_flags 

Source
pub fn restore_flags(flags: u64)
Expand description

Restore RFLAGS (including interrupt flag) from a previous save.

Pairs with save_flags_and_cli() to restore the previous interrupt state.