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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtmips_machine/cache.h b/qtmips_machine/cache.h
index 280ac05..4b91858 100644
--- a/qtmips_machine/cache.h
+++ b/qtmips_machine/cache.h
@@ -3,6 +3,8 @@
#include "memory.h"
+namespace machine {
+
class Cache : public MemoryAccess {
public:
Cache(Memory *m);
@@ -15,4 +17,6 @@ public:
// TODO other chaches
+}
+
#endif // CACHE_H