[ros-dev] Please FIX: Wrong prototype and implementation in Rtl

Oliver Schneider Borbarad at gmxpro.net
Sun Mar 20 02:48:03 CET 2005


> The implementation is actually correct... you can try it yourself:
> 
>    LARGE_INTEGER Test;
> 
>    Test.LowPart = Test.HighPart = 24;
>    Test = RtlLargeIntegerNegate(Test);
>    printf("%x %x\n", Test.LowPart, Test.HighPart);
> 
> The native implementation uses NEG + *SBB*.
That was what I did not recognize. You are right :)

Sorry for this.

Oliver

-- 
---------------------------------------------------
May the source be with you, stranger ;)

ICQ: #281645
URL: http://assarbad.net


More information about the Ros-dev mailing list