avoid unreachable statement after break
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f8fb2fa859
commit
301d2908b9
@ -313,9 +313,9 @@ int cpu_exec(CPUState *env1)
|
||||
#elif defined(TARGET_M68K)
|
||||
do_interrupt(0);
|
||||
#endif
|
||||
env->exception_index = -1;
|
||||
#endif
|
||||
}
|
||||
env->exception_index = -1;
|
||||
}
|
||||
|
||||
if (kvm_enabled()) {
|
||||
|
Loading…
Reference in New Issue
Block a user