Function x86_64::instructions::interrupts::enable
source · pub fn enable()
Expand description
Enable interrupts.
This is a wrapper around the sti
instruction.
pub fn enable()
Enable interrupts.
This is a wrapper around the sti
instruction.