Re: [Qemu-devel] [PATCH] avoid unreachable statement after break

2010-01-19 Thread Anthony Liguori
On 01/15/2010 02:41 AM, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzinipbonz...@redhat.com Applied. Thanks. Regards, Anthony Liguori --- cpu-exec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index 44d45fc..d974141 100644 ---

[Qemu-devel] [PATCH] avoid unreachable statement after break

2010-01-15 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- cpu-exec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index 44d45fc..d974141 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -316,9 +316,9 @@ int cpu_exec(CPUState *env1) #elif