From: Richard Henderson Date: Fri, 4 Jul 2025 14:19:33 +0000 (-0600) Subject: target/arm: Remove CPUARMState.vfp.scratch X-Git-Tag: v10.1.0-rc0~29^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb1bd20df88edb553dbb70857a0b7f15c72c672;p=thirdparty%2Fqemu.git target/arm: Remove CPUARMState.vfp.scratch The last use of this field was removed in b2fc7be972b9. Reviewed-by: Alex Bennée Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson Message-id: 20250704142112.1018902-11-richard.henderson@linaro.org Signed-off-by: Peter Maydell --- diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 03381539238..96a49072665 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -669,9 +669,6 @@ typedef struct CPUArchState { uint32_t xregs[16]; - /* Scratch space for aa32 neon expansion. */ - uint32_t scratch[8]; - /* There are a number of distinct float control structures. */ float_status fp_status[FPST_COUNT];