qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Build broken for i386-softmmu with --enable-debug


From: Stefan Weil
Subject: [Qemu-devel] Build broken for i386-softmmu with --enable-debug
Date: Fri, 29 Jun 2012 07:13:38 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Hi Blue,

commit c4baa0503d9623f1ce891f525ccd140c598bc29a
improved SSE table type safety which now raises compiler
errors when latest QEMU was configured with --enable-debug.

CC i386-softmmu/target-i386/translate.o
cc1: warnings being treated as errors
/qemu/target-i386/translate.c: In function ‘gen_sse’:
/qemu/target-i386/translate.c:3572: error: assignment from incompatible pointer type /qemu/target-i386/translate.c:3573: error: incompatible type for argument 2 of ‘sse_fn_pl’ /qemu/target-i386/translate.c:3573: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’ /qemu/target-i386/translate.c:3635: error: assignment from incompatible pointer type /qemu/target-i386/translate.c:3636: error: incompatible type for argument 1 of ‘sse_fn_l_p’ /qemu/target-i386/translate.c:3636: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’

Regards,

Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]