From f524198792678428b10e5ce55361823fe57de75e Mon Sep 17 00:00:00 2001 From: Vadim Kolontsov Date: Sun, 16 May 2021 21:56:46 +0300 Subject: [PATCH] fix comment for 'sepc' --- kernel/riscv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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