On 7/13/21 6:36 AM, Peter Maydell wrote:
Include the MVE VPR register value in the CPU dumps produced by arm_cpu_dump_state() if we are printing FPU information. This makes it easier to interpret debug logs when predication is active.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/cpu.c | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~