aboutsummaryrefslogtreecommitdiff
path: root/riscv/triggers.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/triggers.h')
-rw-r--r--riscv/triggers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/triggers.h b/riscv/triggers.h
index 555ac13..f05466a 100644
--- a/riscv/triggers.h
+++ b/riscv/triggers.h
@@ -174,6 +174,7 @@ public:
virtual std::optional<match_result_t> detect_trap_match(processor_t * const proc, const trap_t& t) noexcept override;
private:
+ bool simple_match(bool interrupt, reg_t bit) const;
bool dmode;
bool hit;
action_t action;