[ros-dev] [ros-diffs] [pschweitzer] 68137: [KERNEL32] Addendum to r68136: use appropriate define. Spotted by Thomas
Timo Kreuzer
timo.kreuzer at web.de
Mon Jun 15 07:21:14 UTC 2015
Ok, disregard this (note to self: first read all commits, before writing
...)
Am 15.06.2015 um 09:11 schrieb Timo Kreuzer:
> Am 14.06.2015 um 18:00 schrieb pschweitzer at svn.reactos.org:
>> Author: pschweitzer
>> Date: Sun Jun 14 16:00:27 2015
>> New Revision: 68137
>>
>>
>> - Proc = (1ULL << Processor) >> 0x20;
>> + Proc = (1ULL << Processor) >> MAXIMUM_PROCESSORS;
> This is effectively the same as "Proc = (Processor ==
> MAXIMUM_PROCESSORS);" which is always 0.
>
> Timo
>
>
>
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.reactos.org/pipermail/ros-dev/attachments/20150615/27df3f32/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3683 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://www.reactos.org/pipermail/ros-dev/attachments/20150615/27df3f32/attachment.bin>
More information about the Ros-dev
mailing list