]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Introduce gen_exception
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jun 2022 13:32:33 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Jun 2022 13:32:33 +0000 (14:32 +0100)
commit1a13b9a86334d85546afc4e8b568bee970d7a828
tree190a447541eca447f70e50c82bf21b8bfe189e7d
parentbca6f24f0189c0e1a2ff091250d2d46c89a76401
target/arm: Introduce gen_exception

Create a new wrapper function that passes the default
exception target to gen_exception_el.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220609202901.1177572-18-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c