From: Richard Henderson <rth@twiddle.net>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
Date: Mon, 10 Mar 2014 09:01:58 -0700 [thread overview]
Message-ID: <531DE1F6.2060306@twiddle.net> (raw)
In-Reply-To: <CAFEAcA9AkR4phwYo1WCPdGBvC6trF9uTyWgS2HNCTUOno8rp1Q@mail.gmail.com>
On 03/10/2014 05:08 AM, Peter Maydell wrote:
> A quick grep of the uses of tcg_gen_exit_tb() suggests
> we would be better to change this function to take
> (TranslationBlock *tb, int tb_exit_code), possibly
> also with a special case for 0 if "tcg_gen_exit_tb(NULL, 0)"
> seems too verbose.
No, since the goto_tb cases use (tb | n), so you wind up casting to an integer
type anyway.
r~
next prev parent reply other threads:[~2014-03-10 16:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-05 18:14 [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long Richard Henderson
2014-03-10 12:08 ` Peter Maydell
2014-03-10 16:01 ` Richard Henderson [this message]
2014-03-10 16:06 ` Peter Maydell
2014-03-10 18:16 ` Richard Henderson
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=531DE1F6.2060306@twiddle.net \
--to=rth@twiddle.net \
--cc=peter.maydell@linaro.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.