Skip to content

Commit e016a4c

Browse files
authored
Merge pull request #503 from mrjbom/mrjbom-gdt-patch-1
Minor clarification DescriptorTablePointer::limit comment
2 parents dc222cb + f9c352b commit e016a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod tss;
1515
#[derive(Debug, Clone, Copy)]
1616
#[repr(C, packed(2))]
1717
pub struct DescriptorTablePointer {
18-
/// Size of the DT.
18+
/// Size of the DT in bytes - 1.
1919
pub limit: u16,
2020
/// Pointer to the memory region containing the DT.
2121
pub base: VirtAddr,

0 commit comments

Comments
 (0)