On 1/24/25 08:27, Peter Maydell wrote:
Use the FPSR_ named constants in vfp_exceptbits_from_host(), rather than hardcoded magic numbers.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/vfp_helper.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~