fix comment for 'sepc'
This commit is contained in:
parent
8d4ff0bc1e
commit
f524198792
|
@ -111,7 +111,7 @@ w_mie(uint64 x)
|
||||||
asm volatile("csrw mie, %0" : : "r" (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
|
// instruction address to which a return from
|
||||||
// exception will go.
|
// exception will go.
|
||||||
static inline void
|
static inline void
|
||||||
|
|
Loading…
Reference in a new issue