From cdc1f889a5d302c9ad83846e1b686523f26ed423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 21 Jan 2018 20:46:16 +0100 Subject: Add instruction view to single core --- qtmips_machine/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/core.h') 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; -- cgit v1.2.3