summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2952
blob: 5c4191b6ad44aefd834f89a363ba156f0fa64185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
graphic: 0.841
device: 0.814
instruction: 0.800
vnc: 0.713
socket: 0.564
semantic: 0.466
network: 0.418
boot: 0.404
assembly: 0.323
mistranslation: 0.257
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 $?
```