make sure mmu is initialized

This commit is contained in:
folkert van heusden 2024-05-14 21:57:00 +02:00
parent 3c4fb7c49c
commit 29e44ebac7
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -10,6 +10,7 @@
mmu::mmu()
{
reset();
}
mmu::~mmu()