syscall: 0.458
instruction: 0.392
runtime: 0.149
riscv Calculation error!
Steps to reproduce:
The following command will produce an error output
```asm
lui s0, 0x80000
lw a1, -48(s0)
```
The value of a1 becomes 0xffffffff
