|
|
|
@ -1231,7 +1231,7 @@ hideleg_csr_t::hideleg_csr_t(processor_t* const proc, const reg_t addr, csr_t_p |
|
|
|
|
|
|
|
reg_t hideleg_csr_t::read() const noexcept { |
|
|
|
return masked_csr_t::read() & mideleg->read(); |
|
|
|
}; |
|
|
|
} |
|
|
|
|
|
|
|
hgatp_csr_t::hgatp_csr_t(processor_t* const proc, const reg_t addr): |
|
|
|
basic_csr_t(proc, addr, 0) { |
|
|
|
|