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 0c9dabc..6e3d74d 100644
--- a/riscv/triggers.h
+++ b/riscv/triggers.h
@@ -90,6 +90,7 @@ public:
protected:
static action_t legalize_action(reg_t val, reg_t action_mask, reg_t dmode_mask) noexcept;
bool common_match(processor_t * const proc) const noexcept;
+ bool allow_action(const state_t * const state) const;
reg_t tdata2;
bool vs = false;