qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/7] test-coroutine: avoid overflow on 32-bit sy


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 3/7] test-coroutine: avoid overflow on 32-bit systems
Date: Mon, 01 Dec 2014 13:41:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0


On 01/12/2014 02:28, Ming Lei wrote:
>> > -                   (unsigned long)(1000000000 * duration) / maxcycles);
>> > +                   (unsigned long)(1000000000.0 * duration / maxcycles));
> One more single bracket.

I don't understand?

Paolo



reply via email to

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