From b3932c2100da5b9012b46c83bccd6b0c8a762fbd Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 27 Apr 2024 12:23:30 +0200 Subject: [PATCH] init variables --- mmu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mmu.cpp b/mmu.cpp index 5e42949..17abfe5 100644 --- a/mmu.cpp +++ b/mmu.cpp @@ -9,6 +9,7 @@ mmu::mmu() { + reset(); } mmu::~mmu()