summaryrefslogtreecommitdiffstats
path: root/target-ppc
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-18 09:32:01 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-18 09:32:01 +0000
commit87006d137870541dac1b8a7adce8fcad6eb393a6 (patch)
treeb956cb58d60b86f3c0ba3b9abd37b68bab435b32 /target-ppc
parentb29fe3ed48c72e6a30a29c7fbdf3b841c59551c5 (diff)
downloadhqemu-87006d137870541dac1b8a7adce8fcad6eb393a6.zip
hqemu-87006d137870541dac1b8a7adce8fcad6eb393a6.tar.gz
target-ppc: fix regression introduced by commit 5729
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5733 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc')
-rw-r--r--target-ppc/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index cceb434..d92e04d 100644
--- a/target-ppc/translate.c
+++ b/target-ppc/translate.c
@@ -3066,7 +3066,7 @@ void always_inline gen_qemu_st32r(TCGv t0, TCGv t1, int flags)
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);
OpenPOWER on IntegriCloud