diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/2730')
| -rw-r--r-- | results/classifier/zero-shot/108/other/2730 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2730 b/results/classifier/zero-shot/108/other/2730 new file mode 100644 index 000000000..410e2bf9c --- /dev/null +++ b/results/classifier/zero-shot/108/other/2730 @@ -0,0 +1,25 @@ +graphic: 0.906 +device: 0.787 +vnc: 0.738 +network: 0.497 +socket: 0.466 +semantic: 0.353 +debug: 0.339 +files: 0.260 +boot: 0.244 +KVM: 0.227 +performance: 0.218 +PID: 0.196 +permissions: 0.074 +other: 0.044 + +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 + |