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

rwm in dumpdev is wrongly aligned #33

Open vhotspur opened 1 year ago

vhotspur commented 1 year ago

dumpdev prints the following for a rwm device:

[  name  ] [  type  ] [ parameters...
mem        rwm        [Start    ] [Size      ] [Type]
00000000000            0 none

Rather it should be:

[  name  ] [  type  ] [ parameters...
mem        rwm        [Start    ] [Size      ] [Type]
                      00000000000            0 none