diff options
Diffstat (limited to 'results/classifier/gemma3:12b/device/2952')
| -rw-r--r-- | results/classifier/gemma3:12b/device/2952 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/2952 b/results/classifier/gemma3:12b/device/2952 new file mode 100644 index 00000000..9937f4be --- /dev/null +++ b/results/classifier/gemma3:12b/device/2952 @@ -0,0 +1,15 @@ + +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 $? +``` |