From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] avoid unreachable statement after break
Date: Tue, 19 Jan 2010 16:40:06 -0600 [thread overview]
Message-ID: <4B5634C6.6080107@codemonkey.ws> (raw)
In-Reply-To: <1263544861-18416-1-git-send-email-pbonzini@redhat.com>
On 01/15/2010 02:41 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini<pbonzini@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
> --- a/cpu-exec.c
> +++ b/cpu-exec.c
> @@ -316,9 +316,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()) {
>
prev parent reply other threads:[~2010-01-19 22:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-15 8:41 [Qemu-devel] [PATCH] avoid unreachable statement after break Paolo Bonzini
2010-01-19 22:40 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B5634C6.6080107@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).