On 6 November 2017 at 16:20, Alex Bennée <[email protected]> wrote: > > Peter Maydell <[email protected]> writes: > >> Fix an incorrect mask expression in the handling of v7M MPU_RBAR >> reads that meant that we would always report the ADDR field as zero. > > nit: you could extend that to: "..as zero because we mask it when > written".
The ADDR field is bits [31:5], so it's true even if we don't mask on writes. thanks -- PMM
