aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsmachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/qtmipsmachine.h')
-rw-r--r--qtmips_machine/qtmipsmachine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h
index a3ecea7..fd7dadf 100644
--- a/qtmips_machine/qtmipsmachine.h
+++ b/qtmips_machine/qtmipsmachine.h
@@ -45,6 +45,8 @@
#include <memory.h>
#include <core.h>
#include <cache.h>
+#include <physaddrspace.h>
+#include <peripheral.h>
namespace machine {
@@ -92,6 +94,7 @@ private:
Registers *regs;
Memory *mem, *mem_program_only;
+ PhysAddrSpace *physaddrspace;
Cache *cch_program, *cch_data;
Core *cr;