projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8fb2fa
)
avoid unreachable statement after break
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 15 Jan 2010 08:41:01 +0000
(09:41 +0100)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 19 Jan 2010 22:31:03 +0000
(16:31 -0600)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpu-exec.c
patch
|
blob
|
history
diff --git
a/cpu-exec.c
b/cpu-exec.c
index 13b8daa912821003fc56b03df4a3e1e046f784ce..0256edf1f3f6878f4da2f54f38f363d87bc7f188 100644
(file)
--- a/
cpu-exec.c
+++ b/
cpu-exec.c
@@
-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()) {