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 ho


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] tcg: fix build on 32-bit hppa, ppc and sparc hosts
Date: Mon, 22 Feb 2010 17:58:44 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

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





reply via email to

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