* [Qemu-devel] [5733] target-ppc: fix regression introduced by commit 5729
@ 2008-11-18 9:32 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-11-18 9:32 UTC (permalink / raw)
To: qemu-devel
Revision: 5733
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5733
Author: aurel32
Date: 2008-11-18 09:32:01 +0000 (Tue, 18 Nov 2008)
Log Message:
-----------
target-ppc: fix regression introduced by commit 5729
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2008-11-18 01:42:22 UTC (rev 5732)
+++ trunk/target-ppc/translate.c 2008-11-18 09:32:01 UTC (rev 5733)
@@ -3066,7 +3066,7 @@
tcg_gen_bswap_i32(temp, temp);
tcg_gen_extu_i32_tl(t2, temp);
tcg_temp_free_i32(temp);
- gen_qemu_st16(t2, t1, flags);
+ gen_qemu_st32(t2, t1, flags);
tcg_temp_free(t2);
}
GEN_STX(32r, 0x16, 0x14, PPC_INTEGER);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-18 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 9:32 [Qemu-devel] [5733] target-ppc: fix regression introduced by commit 5729 Aurelien Jarno
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.