diff options
Diffstat (limited to 'results/classifier/user-mode-bugs/2730')
| -rw-r--r-- | results/classifier/user-mode-bugs/2730 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/user-mode-bugs/2730 b/results/classifier/user-mode-bugs/2730 new file mode 100644 index 00000000..bf2539d2 --- /dev/null +++ b/results/classifier/user-mode-bugs/2730 @@ -0,0 +1,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 + |