diff options
Diffstat (limited to 'kernel')
| -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  | 
