aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/cop0state.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-17 20:49:22 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-17 20:49:22 +0100
commite26d895762e7a802c4b6c6a970a63309f7d0fdb7 (patch)
treef2ccf9698c8eca31d78fe611963293338326e6c1 /qtmips_machine/cop0state.h
parent6312493089c8325fa6097fa7d77046bde7e75f2a (diff)
downloadqtmips-e26d895762e7a802c4b6c6a970a63309f7d0fdb7.tar.gz
qtmips-e26d895762e7a802c4b6c6a970a63309f7d0fdb7.tar.bz2
qtmips-e26d895762e7a802c4b6c6a970a63309f7d0fdb7.zip
Registers and cop0 state updates and reads are visualized by highlights.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/cop0state.h')
-rw-r--r--qtmips_machine/cop0state.h1
1 files changed, 1 insertions, 0 deletions
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);