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 7def2db commit aa55fe4Copy full SHA for aa55fe4
src/structures/idt.rs
@@ -764,7 +764,7 @@ pub struct InterruptStackFrameValue {
764
/// handler returns. For most interrupts, this value points to the instruction immediately
765
/// following the last executed instruction. However, for some exceptions (e.g., page faults),
766
/// this value points to the faulting instruction, so that the instruction is restarted on
767
- /// return. See the documentation of the `InterruptDescriptorTable` fields for more details.
+ /// return. See the documentation of the [`InterruptDescriptorTable`] fields for more details.
768
pub instruction_pointer: VirtAddr,
769
/// The code segment selector, padded with zeros.
770
pub code_segment: u64,
0 commit comments