aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/cop0state.h
diff options
context:
space:
mode:
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);