diff --git a/qemu/target/arm/helper.c b/qemu/target/arm/helper.c index 57cd047e..b7996f2e 100644 --- a/qemu/target/arm/helper.c +++ b/qemu/target/arm/helper.c @@ -7771,6 +7771,7 @@ static void arm_cpu_do_interrupt_aarch32_hyp(CPUState *cs) break; case EXCP_HYP_TRAP: addr = 0x14; + break; default: cpu_abort(cs, "Unhandled exception 0x%x\n", cs->exception_index); }