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.
#[cfg(feature = "instructions")]
1 parent cca8110 commit c3bd70bCopy full SHA for c3bd70b
src/structures/idt.rs
@@ -955,6 +955,7 @@ impl InterruptStackFrameValue {
955
/// CS and SS register can all cause undefined behaviour when done incorrectly.
956
///
957
#[inline(always)]
958
+ #[cfg(feature = "instructions")]
959
pub unsafe fn iretq(&self) -> ! {
960
unsafe {
961
core::arch::asm!(
0 commit comments