int xlen = ISASZ;
reg_t npc = sext_xlen(pc + insn_length(INSNCODE));
// messy way to do it: insn_t is used elsewhere in a union,
- // so a workaround is to grab the bits from the insn_t
+ // so cannot create virtual functions.
+ // a workaround is to grab the bits from the insn_t
// and create an sv-variant. also an opportunity to pass
- // in the loop index (voffs) which will be added on to
- // any registers that are marked as "vectorised"
+ // in a stack of other things that are needed.
insn_bits_t bits = s_insn.bits();
#ifndef USING_NOREGS
int vlen = p->get_state()->vl;