From 179a1346a833d0039de5b0570f27045511b30dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 8 Apr 2018 12:51:06 +0200 Subject: Implement sync for memory --- qtmips_machine/memory.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtmips_machine/memory.cpp') diff --git a/qtmips_machine/memory.cpp b/qtmips_machine/memory.cpp index f22c5f2..9ab7ef6 100644 --- a/qtmips_machine/memory.cpp +++ b/qtmips_machine/memory.cpp @@ -85,6 +85,8 @@ std::uint32_t MemoryAccess::read_ctl(enum MemoryAccess::AccessControl ctl, std:: } } +void MemoryAccess::sync() { } + MemorySection::MemorySection(std::uint32_t length) { this->len = length; this->dt = new std::uint32_t[length]; -- cgit v1.2.3