update missing XLEN
This commit is contained in:
parent
a6691bcd3c
commit
bea0dcc387
|
@ -1 +1 @@
|
|||
Subproject commit e7f694c7264c67ad5fbefd850db7e74bceee02b7
|
||||
Subproject commit 32a985dfdf81345e01122a54588ecfa9b8645312
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue