qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tcg/arm: Replace qemu_ld32u (left over from previous commit)
@ 2010-03-28  9:44 Stefan Weil
  2010-03-28 14:58 ` [Qemu-devel] " Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2010-03-28  9:44 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Aurelien Jarno, Richard Henderson

Commit 86feb1c860dc38e9c89e787c5210e8191800385e
did not change all occurrences of INDEX_op_qemu_ld32u
for tcg/arm.

Please note that I could not test this patch
(I have currently no arm system available).

Cc: Richard Henderson <rth@twiddle.net>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 tcg/arm/tcg-target.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c
index abd2187..f0f669d 100644
--- a/tcg/arm/tcg-target.c
+++ b/tcg/arm/tcg-target.c
@@ -1585,7 +1585,7 @@ static const TCGTargetOpDef arm_op_defs[] = {
     { INDEX_op_qemu_ld8s, { "r", "x" } },
     { INDEX_op_qemu_ld16u, { "r", "x" } },
     { INDEX_op_qemu_ld16s, { "r", "x" } },
-    { INDEX_op_qemu_ld32u, { "r", "x" } },
+    { INDEX_op_qemu_ld32, { "r", "x" } },
     { INDEX_op_qemu_ld64, { "d", "r", "x" } },
 
     { INDEX_op_qemu_st8, { "x", "x" } },
-- 
1.7.0

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

end of thread, other threads:[~2010-03-28 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28  9:44 [Qemu-devel] [PATCH] tcg/arm: Replace qemu_ld32u (left over from previous commit) Stefan Weil
2010-03-28 14:58 ` [Qemu-devel] " Aurelien Jarno

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