aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/core.h')
-rw-r--r--qtmips_machine/core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h
index 9829741..b566a38 100644
--- a/qtmips_machine/core.h
+++ b/qtmips_machine/core.h
@@ -69,6 +69,12 @@ public:
CorePipelined(Registers *regs, MemoryAccess *mem);
void step();
+
+private:
+ struct Core::dtFetch dt_f;
+ struct Core::dtDecode dt_d;
+ struct Core::dtExecute dt_e;
+ struct Core::dtMemory dt_m;
};
#endif // CORE_H