qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Laurent Desnogues <laurent.desnogues@gmail.com>
Subject: Re: [Qemu-devel] tcg_abort()
Date: Mon, 28 Sep 2009 12:15:40 +0100	[thread overview]
Message-ID: <200909281215.40687.paul@codesourcery.com> (raw)
In-Reply-To: <761ea48b0909251548l46efb05v49594cb4d2f72ee2@mail.gmail.com>

> > Could please try to replace the tcg_abort() on line 773 with these
> > two lines?
> 
> Turned out this was wrong, it should have been:
> 
>         tcg_out_movi32(s, cond, TCG_REG_R8, addr);
>         tcg_out32(s, (cond << 28) | 0x012fff30 | TCG_REG_R8); /* blx r8 */

You can not assume blx is available.

Paul

  reply	other threads:[~2009-09-28 11:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16 15:19 [Qemu-devel] tcg_abort() Gary Thomas
2009-09-16 15:31 ` Laurent Desnogues
2009-09-16 15:46   ` Gary Thomas
2009-09-16 16:16     ` Laurent Desnogues
2009-09-16 18:22       ` Gary Thomas
2009-09-16 18:24         ` Laurent Desnogues
2009-09-25 22:48       ` Laurent Desnogues
2009-09-28 11:15         ` Paul Brook [this message]
2009-09-28 11:24           ` Laurent Desnogues

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=200909281215.40687.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=laurent.desnogues@gmail.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).