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, 1 insertions, 1 deletions
diff --git a/qtmips_machine/cache.h b/qtmips_machine/cache.h
index d4df317..4d8cb6d 100644
--- a/qtmips_machine/cache.h
+++ b/qtmips_machine/cache.h
@@ -64,7 +64,7 @@ public:
void reset(); // Reset whole state of cache
const MachineConfigCache &config() const;
-
+ enum LocationStatus location_status(std::uint32_t address);
signals:
void hit_update(unsigned) const;
void miss_update(unsigned) const;