On 08/03/2017 08:38 AM, Edgar E. Iglesias wrote: >> + uint32_t primask; >> + uint32_t faultmask; > It seems like these could be booleans?
I was thinking the same thing until I read the v8m description as a 32-bit register. This makes qemu match the spec, which has value. r~