diff --git a/src/arch/riscv/registers.hh b/src/arch/riscv/registers.hh index 582a6c514f..352c600af4 100644 --- a/src/arch/riscv/registers.hh +++ b/src/arch/riscv/registers.hh @@ -67,7 +67,7 @@ namespace RiscvISA { using RiscvISAInst::MaxInstSrcRegs; using RiscvISAInst::MaxInstDestRegs; -const int MaxMiscDestRegs = 1; +const int MaxMiscDestRegs = 2; // Not applicable to RISC-V using VecElem = ::DummyVecElem;