diff options
Diffstat (limited to 'results/classifier/108/other/2952')
| -rw-r--r-- | results/classifier/108/other/2952 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/108/other/2952 b/results/classifier/108/other/2952 new file mode 100644 index 000000000..8782d52b4 --- /dev/null +++ b/results/classifier/108/other/2952 @@ -0,0 +1,29 @@ +files: 0.845 +graphic: 0.841 +device: 0.814 +vnc: 0.713 +socket: 0.564 +performance: 0.468 +semantic: 0.466 +network: 0.418 +boot: 0.404 +permissions: 0.394 +debug: 0.318 +PID: 0.303 +KVM: 0.037 +other: 0.032 + +Truncated bits while writing value to registers of RISC-V +Description of problem: +As mentioned above +Steps to reproduce: +``` +# 1. Compile the `test.S`: +riscv32-unknown-linux-gnu-gcc -g -static -nostartfiles -o test hello.S + +# 2. Execute the binary: +qemu-riscv32 ./test + +# 3. Check exit code +echo $? +``` |