summary refs log tree commit diff stats
path: root/results/classifier/semantic-bugs/2730
blob: bf2539d272c86960761d83d33b48a5a3b2fe6d1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)