commit | 301d2908b99cc7391e8c7683a3df5dc75f7b62e6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <[email protected]> | Fri Jan 15 09:41:01 2010 +0100 |
committer | Anthony Liguori <[email protected]> | Tue Jan 19 16:31:03 2010 -0600 |
tree | 489aadc1836ff1ded6008ed40711df3cffb841a0 | |
parent | f8fb2fa85935b284b703b946c53f92035a5b6858 [diff] [blame] |
avoid unreachable statement after break Signed-off-by: Paolo Bonzini <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>
diff --git a/cpu-exec.c b/cpu-exec.c index 13b8daa..0256edf 100644 --- a/cpu-exec.c +++ b/cpu-exec.c
@@ -313,9 +313,9 @@ #elif defined(TARGET_M68K) do_interrupt(0); #endif + env->exception_index = -1; #endif } - env->exception_index = -1; } if (kvm_enabled()) {