summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_riscv/host_missing/accel_missing/2730
blob: b8960d50965f24997addd31bd5c5f77fa3b8a9d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
![qemu-error](/uploads/76a580b5b9acf1f8aea90880ed8deb9e/qemu-error.gif)