summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1641861
blob: d8cd05264d2c740296cec6a245349cf2a119c64e (plain) (blame)
1
2
3
The issue reported is related to how QEMU emulates the FPSCR register in ARM user mode programs. Specifically, certain bits (bits[19, 14:13, 6:5]) of the FPSCR are supposed to be reserved and non-writeable according to the ARM manual, but QEMU allows these bits to be modified. This is an error in how the emulator handles the register's state.

**Category:** runtime