diff options
Diffstat (limited to 'src/syscall.rs')
-rw-r--r-- | src/syscall.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall.rs b/src/syscall.rs index 681f73f..01d87fd 100644 --- a/src/syscall.rs +++ b/src/syscall.rs @@ -1,4 +1,4 @@ -/// SYSCALL invokes an OS system-call handler at privilege level 0. +//! Invokes an OS system-call handler at privilege level 0. /// /// It does so by loading RIP from the IA32_LSTAR MSR (after saving the address of the instruction following SYSCALL into RCX). /// |