diff options
author | Vadim Kolontsov <[email protected]> | 2021-05-16 21:56:46 +0300 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2021-08-31 14:12:36 -0400 |
commit | f524198792678428b10e5ce55361823fe57de75e (patch) | |
tree | 1f4b37aca96db758fa82427a54d33c2213688e96 | |
parent | 8d4ff0bc1e8e7750e17fae39572fa5996cb9f5e9 (diff) | |
download | xv6-labs-f524198792678428b10e5ce55361823fe57de75e.tar.gz xv6-labs-f524198792678428b10e5ce55361823fe57de75e.tar.bz2 xv6-labs-f524198792678428b10e5ce55361823fe57de75e.zip |
fix comment for 'sepc'
-rw-r--r-- | kernel/riscv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/riscv.h b/kernel/riscv.h index 33b4335..1691faf 100644 --- a/kernel/riscv.h +++ b/kernel/riscv.h @@ -111,7 +111,7 @@ w_mie(uint64 x) asm volatile("csrw mie, %0" : : "r" (x)); } -// machine exception program counter, holds the +// supervisor exception program counter, holds the // instruction address to which a return from // exception will go. static inline void |