qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 01/25] Introduce QEMU dictionary data type


From: Filip Navara
Subject: [Qemu-devel] Re: [PATCH 01/25] Introduce QEMU dictionary data type
Date: Thu, 30 Jul 2009 17:15:08 +0200

On Thu, Jul 30, 2009 at 5:13 PM, Avi Kivity<address@hidden> wrote:
> On 07/30/2009 06:04 PM, Filip Navara wrote:
>>
>> Again, intptr_t should be used here in long term. long is probably
>> fine for now before I post the Win64 patches.
>>
>
> No, for the long term we shouldn't be putting pointers into integers or vice
> versa unless there's a really good reason to do so.

Obviously that's even better. I just meant that "(unsigned) long"
shouldn't be used for pointer casts _where necessary_ and
"(u)intptr_t" should be used instead.

Best regards,
Filip Navara




reply via email to

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