d-iii-s / msim

Light-weight MIPS R4000 and RISC-V system simulator
https://d3s.mff.cuni.cz/software/msim/
GNU General Public License v2.0
5 stars 4 forks source link

Do not abort simulation on invalid KSU (fixes #6) #19

Closed vhotspur closed 3 years ago

vhotspur commented 3 years ago

We throw an address error as this state is not covered explicitly by the R4000 manual. Seems the closest as we cannot complete the translation anyway.