Fix GetFullAffinityMask for cpuCount==64 (#23276)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 15 Mar 2019 19:32:48 +0000 (20:32 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 15 Mar 2019 19:32:48 +0000 (12:32 -0700)
commit66009329a187634dc432854cdd7c893d972156eb
treedda734856cbf7fe6e891c7065937b82eb93a297a
parent855f6bef8e00c7aa45f2f14df4e3c18c12e8ab18
Fix GetFullAffinityMask for cpuCount==64 (#23276)

The function was incorrectly assuming that shifting 64 bit
constant 1 by 64 bits to the left gets result 0.
src/gc/unix/gcenv.unix.cpp
src/pal/src/numa/numa.cpp