aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-21 20:46:16 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-21 20:46:16 +0100
commitcdc1f889a5d302c9ad83846e1b686523f26ed423 (patch)
tree187c6062f5f777f210a1e04abb128d50a46f1ada /qtmips_machine/core.h
parentb0a3e568a9e10ee9d99e8679b2ddd697705e756c (diff)
downloadqtmips-cdc1f889a5d302c9ad83846e1b686523f26ed423.tar.gz
qtmips-cdc1f889a5d302c9ad83846e1b686523f26ed423.tar.bz2
qtmips-cdc1f889a5d302c9ad83846e1b686523f26ed423.zip
Add instruction view to single core
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 3ff6a98..a0bc2a2 100644
--- a/qtmips_machine/core.h
+++ b/qtmips_machine/core.h
@@ -26,6 +26,7 @@ signals:
void instruction_executed(const machine::Instruction &inst);
void instruction_memory(const machine::Instruction &inst);
void instruction_writeback(const machine::Instruction &inst);
+ void instruction_program_counter(const machine::Instruction &inst);
protected:
Registers *regs;