aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/cache.h')
-rw-r--r--qtmips_machine/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtmips_machine/cache.h b/qtmips_machine/cache.h
index 0859bd4..5e19e10 100644
--- a/qtmips_machine/cache.h
+++ b/qtmips_machine/cache.h
@@ -74,6 +74,8 @@ private:
MachineConfigCache cnf;
Memory *mem;
unsigned access_pen_r, access_pen_w;
+ std::uint32_t uncached_start;
+ std::uint32_t uncached_last;
struct cache_data {
bool valid, dirty;