We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c9a807 + 49f1777 commit c79b9d3Copy full SHA for c79b9d3
src/instructions/tables.rs
@@ -78,6 +78,6 @@ pub fn sidt() -> DescriptorTablePointer {
78
#[inline]
79
pub unsafe fn load_tss(sel: SegmentSelector) {
80
unsafe {
81
- asm!("ltr {0:x}", in(reg) sel.0, options(nomem, nostack, preserves_flags));
+ asm!("ltr {0:x}", in(reg) sel.0, options(nostack, preserves_flags));
82
}
83
0 commit comments