From 361f5aab10d72e2200dfc7985a1511044b987db8 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 3 Feb 2019 23:03:59 +0100 Subject: Correct memory view updates for uncached and write-through case. Signed-off-by: Pavel Pisa --- qtmips_machine/qtmipsmachine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/qtmipsmachine.cpp') diff --git a/qtmips_machine/qtmipsmachine.cpp b/qtmips_machine/qtmipsmachine.cpp index 75d8b8e..9f769c7 100644 --- a/qtmips_machine/qtmipsmachine.cpp +++ b/qtmips_machine/qtmipsmachine.cpp @@ -108,6 +108,7 @@ void QtMipsMachine::step() { if (stat == ST_BUSY) set_status(stat_prev); } + emit post_tick(); } void QtMipsMachine::restart() { -- cgit v1.2.3