We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iretq
1 parent c3bd70b commit 34fae92Copy full SHA for 34fae92
src/structures/idt.rs
@@ -945,7 +945,7 @@ pub struct InterruptStackFrameValue {
945
impl InterruptStackFrameValue {
946
/// Call the `iretq` (interrupt return) instruction.
947
///
948
- /// It is not required to be in a interrupt handler to be able to call this instruction.
+ /// This function doesn't have to be called in an interrupt handler.
949
/// By manually construction a new [`InterruptStackFrameValue`] it's possible to transition
950
/// from a higher privilege level to a lower one.
951
0 commit comments