aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-03 12:43:17 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-03 12:43:17 +0100
commit22e2fe92f52e68b8951a2dff1a0de9e05ddf9c7f (patch)
tree24d16206784d98f768ff800ab50eb8389d22f295 /qtmips_machine/core.h
parent76876d39ba4a9c842786304b8ccf0249fab2999c (diff)
downloadqtmips-22e2fe92f52e68b8951a2dff1a0de9e05ddf9c7f.tar.gz
qtmips-22e2fe92f52e68b8951a2dff1a0de9e05ddf9c7f.tar.bz2
qtmips-22e2fe92f52e68b8951a2dff1a0de9e05ddf9c7f.zip
Add trace-feth to qtmips_cli
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;