remove mcounteren in M-mode only wrapper

This commit is contained in:
Eyck Jentzsch 2022-03-27 17:21:46 +02:00
parent 6ea7721961
commit 0aea1d0177
1 changed files with 0 additions and 2 deletions

View File

@ -415,8 +415,6 @@ riscv_hart_m_p<BASE, FEAT>::riscv_hart_m_p()
csr_rd_cb[mie] = &this_class::read_ie;
csr_wr_cb[mie] = &this_class::write_ie;
csr_rd_cb[mhartid] = &this_class::read_hartid;
csr_rd_cb[mcounteren] = &this_class::read_null;
csr_wr_cb[mcounteren] = &this_class::write_null;
csr_wr_cb[misa] = &this_class::write_null;
csr_wr_cb[mvendorid] = &this_class::write_null;
csr_wr_cb[marchid] = &this_class::write_null;