Messages in this thread |  | | | Date | Thu, 03 Apr 2008 13:22:10 +0100 | | From | James Courtier-Dutton <> | | Subject | Re: gettimeofday() jumping into the future |
James Courtier-Dutton wrote:
> than half of the max value cycle_now can have, one can take a very
> simple approach.
> Treat the cycle_now, cycle_last value as signed.
> If they have same sign, do the comparison as unsigned.
> If they have different signs, do the comparision as signed.
>
> James
>
Sorry,
>Treat the cycle_now, cycle_last value as signed.
>If they have same sign, do the comparison as unsigned.
>If they have different signs, do the comparision as signed.
is wrong.
|  |