aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.cpp
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-08 19:34:29 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-08 19:34:29 +0100
commit89afab40d3e7c3d2ec0830b0cce897954c202d14 (patch)
tree20843f731298cd4f54103d25ebe4ddee7dd7a7b6 /qtmips_machine/core.cpp
parent5a4b106f98545c1593fa7104fc526c3bf6123698 (diff)
downloadqtmips-89afab40d3e7c3d2ec0830b0cce897954c202d14.tar.gz
qtmips-89afab40d3e7c3d2ec0830b0cce897954c202d14.tar.bz2
qtmips-89afab40d3e7c3d2ec0830b0cce897954c202d14.zip
Implement SYNCI as complete cache flush.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/core.cpp')
-rw-r--r--qtmips_machine/core.cpp2
1 files changed, 1 insertions, 1 deletions
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