Skip to content

Commit 9c93947

Browse files
committed
IDT: Fix definition of entry #CP
Fix typo in #CP definition. Signed-off-by: Carlos Bilbao <[email protected]>
1 parent 9c944d6 commit 9c93947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/idt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ pub struct InterruptDescriptorTable {
350350
/// - A SETSSBY instruction encountered an invalid supervisor shadow stack token.
351351
///
352352
/// vector nr. 21
353-
pub cp_protection_exception: Entry<HandlerFuncWithErrorCode>,
353+
pub cp_protection_exception: Entry<HandlerFuncWithErrCode>,
354354

355355
/// vector nr. 22-27
356356
reserved_2: [Entry<HandlerFunc>; 6],

0 commit comments

Comments
 (0)