From e26d895762e7a802c4b6c6a970a63309f7d0fdb7 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 17 Mar 2019 20:49:22 +0100 Subject: Registers and cop0 state updates and reads are visualized by highlights. Signed-off-by: Pavel Pisa --- qtmips_machine/cop0state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/cop0state.h') diff --git a/qtmips_machine/cop0state.h b/qtmips_machine/cop0state.h index 0fd3d3f..a6af9a4 100644 --- a/qtmips_machine/cop0state.h +++ b/qtmips_machine/cop0state.h @@ -89,6 +89,7 @@ public: signals: void cop0reg_update(enum Cop0Registers reg, std::uint32_t val); + void cop0reg_read(enum Cop0Registers reg, std::uint32_t val) const; public slots: void set_interrupt_signal(uint irq_num, bool active); -- cgit v1.2.3