]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target/arm: Avoid resetting CPUARMState::eabi field
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 Feb 2023 22:34:57 +0000 (23:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2023 16:00:47 +0000 (16:00 +0000)
commit26f08561302fdc1ba18212a5812db2f48ec9eb7b
treeb9e10b38ecddb625984cb373970861cad6536c97
parentde4143fc77fd33a01b651cd00fb4f20b65de359b
target/arm: Avoid resetting CPUARMState::eabi field

Although the 'eabi' field is only used in user emulation where
CPU reset doesn't occur, it doesn't belong to the area to reset.
Move it after the 'end_reset_fields' for consistency.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230206223502.25122-7-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h