On 1/24/25 08:27, Peter Maydell wrote:
In the A32 decoder, use FPST_FPCR_A32 rather than FPST_FPCR.  By
doing an automated conversion of the whole file we avoid possibly
using more than one fpst value in a set_rmode/op/restore_rmode
sequence.

Patch created with
   perl -p -i -e 's/FPST_FPCR(?!_)/FPST_FPCR_A32/g' 
target/arm/tcg/translate-vfp.c

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/tcg/translate-vfp.c | 54 +++++++++++++++++-----------------
  1 file changed, 27 insertions(+), 27 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to