commit | 70d705fd46ccd7afe1d0ad07a6f1ee2101a979db | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 01 16:45:01 2011 +0100 |
committer | malc <av1474@comtv.ru> | Thu Sep 01 21:20:50 2011 +0400 |
tree | 54cb29f589755fba11ad621381c919c326b1301c | |
parent | bdc76462aca464f11286ddcf6d5b748b4547267e [diff] |
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>