aboutsummaryrefslogtreecommitdiff
path: root/riscv/triggers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/triggers.cc')
-rw-r--r--riscv/triggers.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/riscv/triggers.cc b/riscv/triggers.cc
index c9d6161..4b73715 100644
--- a/riscv/triggers.cc
+++ b/riscv/triggers.cc
@@ -4,13 +4,6 @@
namespace triggers {
-mcontrol_t::mcontrol_t() :
- select(false), timing(false), chain_bit(false),
- match(MATCH_EQUAL), m(false), s(false), u(false),
- execute_bit(false), store_bit(false), load_bit(false)
-{
-}
-
reg_t mcontrol_t::tdata1_read(const processor_t * const proc) const noexcept {
reg_t v = 0;
auto xlen = proc->get_xlen();