OSDN Git Service

tcg-sparc: Fix qemu_st for 32-bit
authorRichard Henderson <rth@twiddle.net>
Wed, 10 Oct 2012 16:02:39 +0000 (09:02 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 13 Oct 2012 10:39:53 +0000 (10:39 +0000)
commita7a49843d70232e0f179e1da330355e5f03ab182
tree0cc0062a3b48a6bef1a9da4dc7c57a4a74cec452
parentdda73c782ffb1333eaf96444e27dcce5bc658454
tcg-sparc: Fix qemu_st for 32-bit

The datalo variable is still live in the miss path.  Use another
when reconstructing the full data value.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/sparc/tcg-target.c