Skip to content

Commit

Permalink
fix(tinfo): writing tinfo should have no effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
NewPaulWalker authored and huxuan0307 committed Nov 22, 2024
1 parent 56d097c commit 180e54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isa/riscv64/system/priv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,7 @@ static void csr_write(uint32_t csrid, word_t src) {
break;
}
#endif // CONFIG_SDTRIG_EXTRA
case CSR_TINFO: break;
#endif // CONFIG_RV_SDTRIG

case CSR_MCYCLE: mcycle->val = set_mcycle(src); break;
Expand Down

0 comments on commit 180e54a

Please sign in to comment.