diff options
Diffstat (limited to 'riscv/processor.h')
-rw-r--r-- | riscv/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/processor.h b/riscv/processor.h index 958c76a..60cfd04 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -99,6 +99,8 @@ struct state_t csr_t_p mideleg; csr_t_p mcounteren; csr_t_p mevent[N_HPMCOUNTERS]; + csr_t_p mnstatus; + csr_t_p mnepc; csr_t_p scounteren; csr_t_p sepc; csr_t_p stval; |