update missing XLEN

This commit is contained in:
2021-03-09 11:03:37 +00:00
parent a6691bcd3c
commit bea0dcc387
2 changed files with 2 additions and 2 deletions

View File

@ -3341,7 +3341,7 @@ private:
*NEXT_PC = *PC + 2;
// execute instruction
{
uint8_t offs = *(X+2) + uimm;
uint32_t offs = *(X+2) + uimm;
writeSpace4(traits::MEM, offs, (uint32_t)*(X+rs2));
}
// post execution stuff