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 $? ```