Hi all,

when building git HEAD on an Ubuntu 9.10/64 with
--enable-debug, it breaks with

  CC    ppc64-softmmu/translate.o
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mfdcr’:
/home/jd/qemu/target-ppc/translate.c:5568: error: incompatible type
for argument 1 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5568: error: incompatible type
for argument 2 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mtdcr’:
/home/jd/qemu/target-ppc/translate.c:5587: error: incompatible type
for argument 1 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5587: error: incompatible type
for argument 2 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mfdcrx’:
/home/jd/qemu/target-ppc/translate.c:5605: error: incompatible type
for argument 1 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5605: error: incompatible type
for argument 2 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mtdcrx’:
/home/jd/qemu/target-ppc/translate.c:5623: error: incompatible type
for argument 1 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5623: error: incompatible type
for argument 2 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mfdcrux’:
/home/jd/qemu/target-ppc/translate.c:5633: error: incompatible type
for argument 1 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5633: error: incompatible type
for argument 2 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mtdcrux’:
/home/jd/qemu/target-ppc/translate.c:5642: error: incompatible type
for argument 1 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5642: error: incompatible type
for argument 2 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
make[1]: *** [translate.o] Fehler 1
make: *** [subdir-ppc64-softmmu] Fehler 2
j...@tabr:~/qemu$

.. just noticed doing the default build targets. If you need further
information, please CC, I'm not subscribed.

Greetz Joe


Reply via email to