qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] tcg: fix build on 32-bit hppa, ppc and sparc h


From: Jay Foad
Subject: Re: [Qemu-devel] [PATCH] tcg: fix build on 32-bit hppa, ppc and sparc hosts
Date: Mon, 22 Feb 2010 16:37:58 +0000

>> --- 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.




reply via email to

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