]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Tidy merging of attributes from descriptor and table
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Oct 2022 05:18:48 +0000 (15:18 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 27 Oct 2022 09:27:24 +0000 (10:27 +0100)
commit34a57faeab62b27c01f008ef08654ca225e46673
treec7505e1669349ccb89c5297e32d74f1b6b438afb
parent0e8df0fe2425eae7baaf18da869da9aa3c44dc03
target/arm: Tidy merging of attributes from descriptor and table

Replace some gotos with some nested if statements.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20221024051851.3074715-12-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c