]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Pass more cpu state to arm_excp_unmasked
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Feb 2020 14:04:27 +0000 (14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:27 +0000 (14:04 +0000)
commitbe87955687446be152f366af543c9234eab78a7c
tree6016244648ccb8495c66b2273337e50a8f35ddd3
parent310cedf39dea240a89f90729fd99481ff6158e90
target/arm: Pass more cpu state to arm_excp_unmasked

Avoid redundant computation of cpu state by passing it in
from the caller, which has already computed it for itself.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200206105448.4726-40-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c