On 07/24/2017 07:33 AM, Peter Maydell wrote:
Correct off-by-one bug in the PSMAv7 MPU tracing where it would print a write access as "reading", an insn fetch as "writing", and a read access as "execute".Since we have an MMUAccessType enum now, we can make the code clearer in the process by using that rather than the raw 0/1/2 values. Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> ---
Reviewed-by: Richard Henderson <r...@twiddle.net> r~