added mmu dump to dump arbitrary section
This commit is contained in:
parent
30bcded998
commit
64507a4e7e
@ -62,4 +62,6 @@ class MMU:
|
||||
sec = self.get_sec_containing(addr)
|
||||
return sec.write(addr - sec.base, size, data)
|
||||
|
||||
|
||||
# debugging interactions:
|
||||
def dump(self, addr, *args, **kwargs):
|
||||
self.get_sec_containing(addr).dump(addr, *args, **kwargs)
|
Loading…
Reference in New Issue
Block a user