aboutsummaryrefslogtreecommitdiff
path: root/riscv/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/mmu.h')
-rw-r--r--riscv/mmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/mmu.h b/riscv/mmu.h
index a87b6af..8fe3043 100644
--- a/riscv/mmu.h
+++ b/riscv/mmu.h
@@ -117,6 +117,7 @@ public:
entry->tag = -1;
tracer.trace(paddr, length, FETCH);
}
+ entry->tag = -1; // TODO: this is hack to work around Debug RAM code being cached
return entry;
}