tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Sep 2011 15:45:01 +0000 (16:45 +0100)
committermalc <av1474@comtv.ru>
Thu, 1 Sep 2011 17:20:50 +0000 (21:20 +0400)
commite5a2c244edb073a5f119d712e5bedfde86d2e651
tree54cb29f589755fba11ad621381c919c326b1301c
parent9025dc1a085e15bd10018b63f37eb26e26555668
tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings

Move the declaration and initialisation of some variables in
tcg_out_qemu_ld and tcg_out_qemu_st inside CONFIG_SOFTMMU, to
avoid the "variable set but not used" warning of gcc 4.6.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c