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

BUG: Ddisk save uncorrect behavior when fails writing to file #63

Open PeterHero opened 5 months ago

PeterHero commented 5 months ago

This msim.conf should fail when 'dir' is a directory:

add ddisk drive 0x10000000 1
drive generic 1M
drive save dir

But it continues the execution.