From: Filip Navara <filip.navara@gmail.com>
To: Stefan Weil <weil@mail.berlios.de>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] tcg: Fix bad macro name
Date: Fri, 17 Jul 2009 21:11:43 +0200 [thread overview]
Message-ID: <5b31733c0907171211j4aec2bd3p50eb56d96f9badf1@mail.gmail.com> (raw)
In-Reply-To: <1247857646-8158-1-git-send-email-weil@mail.berlios.de>
On Fri, Jul 17, 2009 at 9:07 PM, Stefan Weil<weil@mail.berlios.de> wrote:
> TO: Paul Brook <paul@codesourcery.com>
> CC: QEMU Developers <qemu-devel@nongnu.org>
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
> tcg/i386/tcg-target.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
> index ed61780..a95fe4c 100644
> --- a/tcg/i386/tcg-target.c
> +++ b/tcg/i386/tcg-target.c
> @@ -624,7 +624,7 @@ static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args,
> }
> if (!bswap) {
> tcg_out_modrm_offset(s, 0x8b, data_reg, r0, GUEST_BASE);
> - tcg_out_modrm_offset(s, 0x8b, data_reg2, r0, GUEST+BASE + 4);
> + tcg_out_modrm_offset(s, 0x8b, data_reg2, r0, GUEST_BASE + 4);
> } else {
> tcg_out_modrm_offset(s, 0x8b, data_reg, r0, GUEST_BASE + 4);
> tcg_out_opc(s, (0xc8 + data_reg) | P_EXT);
> --
> 1.5.6.5
Already fixed by "[COMMIT adea819] Userspace guest address offsetting".
F.
prev parent reply other threads:[~2009-07-17 19:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-17 19:07 [Qemu-devel] [PATCH] tcg: Fix bad macro name Stefan Weil
2009-07-17 19:11 ` Filip Navara [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=5b31733c0907171211j4aec2bd3p50eb56d96f9badf1@mail.gmail.com \
--to=filip.navara@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=weil@mail.berlios.de \
/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).