fix mu_p platform features and CSRs
This commit is contained in:
@ -147,8 +147,6 @@ protected:
|
||||
|
||||
inline void leave(unsigned lvl){
|
||||
this->core.leave_trap(lvl);
|
||||
auto pc_val = super::template read_mem<reg_t>(traits::CSR, (lvl << 8) + 0x41);
|
||||
this->template get_reg<reg_t>(traits::NEXT_PC) = pc_val;
|
||||
}
|
||||
|
||||
inline void wait(unsigned type){
|
||||
|
Reference in New Issue
Block a user