All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Trivial code improvement
Date: Thu, 16 Feb 2006 17:27:47 -0500	[thread overview]
Message-ID: <20060216222747.GA1652@nevyn.them.org> (raw)
In-Reply-To: <20060216163204.GB23684@networkno.de>

On Thu, Feb 16, 2006 at 04:32:04PM +0000, Thiemo Seufer wrote:
> Index: cpu-exec.c
> ===================================================================
> RCS file: /sources/qemu/qemu/cpu-exec.c,v
> retrieving revision 1.73
> diff -u -p -r1.73 cpu-exec.c
> --- cpu-exec.c	8 Feb 2006 22:43:39 -0000	1.73
> +++ cpu-exec.c	16 Feb 2006 15:21:03 -0000
> @@ -549,7 +549,7 @@ int cpu_exec(CPUState *env1)
>                          do_interrupt(env);
>                      }
>  #endif
> -                    if (env->interrupt_request & CPU_INTERRUPT_EXITTB) {
> +                    if (interrupt_request & CPU_INTERRUPT_EXITTB) {
>                          env->interrupt_request &= ~CPU_INTERRUPT_EXITTB;
>                          /* ensure that no TB jump will be modified as
>                             the program flow was changed */

Didn't we go round this recently?  do_interrupt might modify
env->interrupt_request - see target-arm/helper.c for instance.

-- 
Daniel Jacobowitz
CodeSourcery

  reply	other threads:[~2006-02-16 22:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-16 16:32 [Qemu-devel] [PATCH] Trivial code improvement Thiemo Seufer
2006-02-16 22:27 ` Daniel Jacobowitz [this message]
2006-02-17 16:53   ` Thiemo Seufer

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=20060216222747.GA1652@nevyn.them.org \
    --to=drow@false.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.