Fix typo in gen_qemu_ld32s
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 28 Feb 2009 08:25:29 +0000 (08:25 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 28 Feb 2009 08:25:29 +0000 (08:25 +0000)
commitaaa5ce47820442a940a517423363869f3a48aa51
treed25b835099244f7323160b74fb9c12c795c2a659
parent2f29bfa27185790f7382678f5d0be81ff38bd84f
Fix typo in gen_qemu_ld32s

When the CPU is in little endian mode, it should load values from RAM
in byte swapped manner. This check is in all the ld and st functions,
but misspelled in gen_qemu_ld32s.

This patch fixes the misspelling and makes ppc64 Linux happier.

Signed-off-by: Alexander Graf <alex@csgraf.de>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6654 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/translate.c