From e0c757926743ee21f1a60b4b6948ca3eb895c373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 17 Dec 2017 13:31:25 +0100 Subject: Put qtmips_machine to machine namespace --- qtmips_machine/cache.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtmips_machine/cache.h') 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 -- cgit v1.2.3