Jay Foad schrieb: >>> --- a/tcg/ppc/tcg-target.c >>> +++ b/tcg/ppc/tcg-target.c >>> @@ -1693,7 +1693,6 @@ static const TCGTargetOpDef ppc_op_defs[] = { >>> { INDEX_op_qemu_ld16u, { "r", "L" } }, >>> { INDEX_op_qemu_ld16s, { "r", "L" } }, >>> { INDEX_op_qemu_ld32u, { "r", "L" } }, >>> - { INDEX_op_qemu_ld32s, { "r", "L" } }, >>> >>> >> No. As I wrote in the original thread, >> conditional compilation is needed here >> (or you will get new compile errors). >> > > In tcg/ppc/, TCG_TARGET_REG_BITS is always 32, isn't it? > > Thanks, > Jay. >
Yes, you are right. Please excuse my wrong feedback. Stefan