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.
1 parent 87d1eb1 commit 7011547Copy full SHA for 7011547
src/structures/tss.rs
@@ -5,7 +5,7 @@ use core::mem::size_of;
5
6
/// In 64-bit mode the TSS holds information that is not
7
/// directly related to the task-switch mechanism,
8
-/// but is used for stack switching when interrupt occurs.
+/// but is used for stack switching when an interrupt or exception occurs.
9
#[derive(Debug, Clone, Copy)]
10
#[repr(C, packed(4))]
11
pub struct TaskStateSegment {
0 commit comments