update missing XLEN

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

@ -1 +1 @@
Subproject commit e7f694c7264c67ad5fbefd850db7e74bceee02b7
Subproject commit 32a985dfdf81345e01122a54588ecfa9b8645312

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