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:
Paolo Bonzini
2010-01-19 16:31:03 -06:00
committed by Anthony Liguori
parent f8fb2fa859
commit 301d2908b9
+1 -1
View File
@@ -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()) {