qemu-e2k/target-arm
Peter Maydell ff9d3e9cd9 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
2016-07-19 17:56:27 +01:00
..
arch_dump.c
arm_ldst.h
arm-powerctl.c Use #include "..." for our own headers, <...> for others 2016-07-12 16:19:16 +02:00
arm-powerctl.h
arm-semi.c target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit' 2016-07-07 13:47:00 +01:00
cpu64.c
cpu-qom.h
cpu.c
cpu.h target-*: Clean up cpu.h header guards 2016-07-12 16:19:16 +02:00
crypto_helper.c
gdbstub64.c
gdbstub.c
helper-a64.c
helper-a64.h
helper.c target-arm: Add missed AArch32 TLBI sytem registers 2016-07-14 16:51:37 +01:00
helper.h
internals.h Fix confusing argument names in some common functions 2016-07-12 13:06:08 +01:00
iwmmxt_helper.c
kvm32.c
kvm64.c
kvm_arm.h
kvm-consts.h
kvm-stub.c
kvm.c
machine.c target-arm: Fix unreachable code in gicv3_class_name() 2016-07-19 17:56:27 +01:00
Makefile.objs
monitor.c
neon_helper.c
op_addsub.h
op_helper.c Fix confusing argument names in some common functions 2016-07-12 13:06:08 +01:00
psci.c Use #include "..." for our own headers, <...> for others 2016-07-12 16:19:16 +02:00
translate-a64.c
translate.c
translate.h