qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tcg: Fix bad macro name
@ 2009-07-17 19:07 Stefan Weil
  2009-07-17 19:11 ` Filip Navara
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2009-07-17 19:07 UTC (permalink / raw)
  Cc: QEMU Developers

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-17 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 19:07 [Qemu-devel] [PATCH] tcg: Fix bad macro name Stefan Weil
2009-07-17 19:11 ` Filip Navara

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).