From 89afab40d3e7c3d2ec0830b0cce897954c202d14 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 8 Feb 2019 19:34:29 +0100 Subject: Implement SYNCI as complete cache flush. Signed-off-by: Pavel Pisa --- qtmips_machine/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_machine/core.cpp') diff --git a/qtmips_machine/core.cpp b/qtmips_machine/core.cpp index 75b6eb6..20353be 100644 --- a/qtmips_machine/core.cpp +++ b/qtmips_machine/core.cpp @@ -584,7 +584,7 @@ void CorePipelined::do_step() { dt_e.regwrite, dt_e.inst.type(), dt_e.rwrite, dt_m.regwrite, dt_m.inst.type(), dt_m.rwrite); #endif -#if 1 +#if 0 printf("PC 0x%08lx\n", (unsigned long)dt_f.inst_addr); #endif -- cgit v1.2.3