missing mmu-init
This commit is contained in:
parent
e0d9b0363a
commit
a545eed0ad
1 changed files with 2 additions and 0 deletions
2
bus.cpp
2
bus.cpp
|
@ -135,6 +135,8 @@ void bus::set_memory_size(const int n_pages)
|
|||
delete m;
|
||||
m = new memory(n_bytes);
|
||||
|
||||
mmu_->begin(m);
|
||||
|
||||
DOLOG(info, false, "Memory is now %u kB in size", n_bytes / 1024);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue