Skip to content

Commit 0e80711

Browse files
authored
Adjust vector number range in docs
1 parent a1fd7c3 commit 0e80711

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
@@ -340,7 +340,7 @@ pub struct InterruptDescriptorTable {
340340
/// vector nr. 20
341341
pub virtualization: Entry<HandlerFunc>,
342342

343-
/// vector nr. 21-29
343+
/// vector nr. 21-28
344344
reserved_2: [Entry<HandlerFunc>; 8],
345345

346346
/// The VMM Communication Exception (`#VC`) is always generated by hardware when an `SEV-ES`

0 commit comments

Comments
 (0)