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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h
index fc61429..b09e297 100644
--- a/qtmips_machine/core.h
+++ b/qtmips_machine/core.h
@@ -18,6 +18,7 @@ public:
virtual void step() = 0; // Do single step
signals:
+ void instruction_fetched(machine::Instruction &inst);
protected:
Registers *regs;