diff options
author | Peter Maydell | 2016-07-11 20:09:12 +0200 |
---|---|---|
committer | Peter Maydell | 2016-07-19 18:56:27 +0200 |
commit | ff9d3e9cd9f7c41d8b822c0d12b0176d8e7e530d (patch) | |
tree | e14f0a6e54f8bd53e0be330d8c868e37a8eac4b3 /hw/net/xen_nic.c | |
parent | disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (diff) | |
download | qemu-ff9d3e9cd9f7c41d8b822c0d12b0176d8e7e530d.tar.gz qemu-ff9d3e9cd9f7c41d8b822c0d12b0176d8e7e530d.tar.xz qemu-ff9d3e9cd9f7c41d8b822c0d12b0176d8e7e530d.zip |
target-arm: Fix unreachable code in gicv3_class_name()
Coverity complains that the exit() in gicv3_class_name()
can be unreachable, because if TARGET_AARCH64 is defined
then all code paths return before reaching it. Move the
exit() up to the error_report() that it belongs with.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Message-id: 1468260552-8400-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/net/xen_nic.c')
0 files changed, 0 insertions, 0 deletions