qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stuart Brady <sdbrady@ntlworld.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [6667] Fix mtcrf/mfcr
Date: Sat, 7 Mar 2009 20:08:59 +0000	[thread overview]
Message-ID: <20090307200859.GA10906@miranda.arrow> (raw)
In-Reply-To: <E1LeGnU-0005MJ-6V@cvs.savannah.gnu.org>

On Mon, Mar 02, 2009 at 10:39:40PM +0000, malc wrote:
> Modified: trunk/target-ppc/translate.c
> ===================================================================
> --- trunk/target-ppc/translate.c	2009-03-02 17:13:21 UTC (rev 6666)
> +++ trunk/target-ppc/translate.c	2009-03-02 22:39:39 UTC (rev 6667)
> @@ -3843,9 +3843,11 @@
...
>              tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], cpu_crf[7 - crn]);                                      
> +            tcg_gen_shli_i32(cpu_gpr[rD(ctx->opcode)],
> +                             cpu_gpr[rD(ctx->opcode)], crn * 4);

This breaks compilation of PPC64 targets with DEBUG_TCGV enabled.

Regards,
-- 
Stuart Brady

  reply	other threads:[~2009-03-07 20:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-02 22:39 [Qemu-devel] [6667] Fix mtcrf/mfcr malc
2009-03-07 20:08 ` Stuart Brady [this message]
2009-03-07 20:58   ` Aurelien Jarno

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=20090307200859.GA10906@miranda.arrow \
    --to=sdbrady@ntlworld.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).