diff --git a/riscv/processor.cc b/riscv/processor.cc index 5ce519c9..940a433c 100644 --- a/riscv/processor.cc +++ b/riscv/processor.cc @@ -339,6 +339,8 @@ static int xlen_to_uxl(int xlen) abort(); } +const int state_t::num_triggers; + void state_t::reset(processor_t* const proc, reg_t max_isa) { pc = DEFAULT_RSTVEC;