diff options
Diffstat (limited to 'results/classifier/zero-shot-user-mode/syscall/2730')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/syscall/2730 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/syscall/2730 b/results/classifier/zero-shot-user-mode/syscall/2730 new file mode 100644 index 000000000..8c45ba698 --- /dev/null +++ b/results/classifier/zero-shot-user-mode/syscall/2730 @@ -0,0 +1,16 @@ +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 + |