On 29/1/25 02:38, Richard Henderson wrote:
Replace with fp_status[FPST_A32]. As this was the last of the old structures, we can remove the anonymous union and struct.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/cpu.h | 7 +------ target/arm/cpu.c | 2 +- target/arm/vfp_helper.c | 18 +++++++++--------- 3 files changed, 11 insertions(+), 16 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>