Richard Henderson <richard.hender...@linaro.org> writes:

> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  tcg/i386/tcg-target.h     |  46 ++++-
>  tcg/i386/tcg-target.inc.c | 438 
> +++++++++++++++++++++++++++++++++++++++++-----
>  2 files changed, 438 insertions(+), 46 deletions(-)

My compiler doesn't like you ;-)

In file included from /home/alex/lsrc/qemu/qemu.git/tcg/tcg.c:254:0:
/home/alex/lsrc/qemu/qemu.git/tcg/tcg.c: In function ‘tcg_gen_code’:
/home/alex/lsrc/qemu/qemu.git/tcg/i386/tcg-target.inc.c:2494:13: error: ‘c’ may 
be used uninitialized in this function [-Werror=maybe-uninitialized]
             tcg_out_modrm(s, c, a0, a1);
             ^
In file included from /home/alex/lsrc/qemu/qemu.git/tcg/tcg.c:254:0:
/home/alex/lsrc/qemu/qemu.git/tcg/i386/tcg-target.inc.c:2035:9: note: ‘c’ was 
declared here
     int c, const_a2, vexop, rexw = 0;
         ^
cc1: all warnings being treated as errors

--
Alex Bennée

Reply via email to