Fix non-Windows amd64 register mask initialization
authorBruce Forstall <brucefo@microsoft.com>
Wed, 22 Feb 2017 01:06:46 +0000 (17:06 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 22 Feb 2017 02:18:29 +0000 (18:18 -0800)
commit3e6a7882b2ddd247d359bb7deff9764dad2eb373
tree5ebfd8d4615c470945ae2f14d84fc9eb44447633
parentc8d893a875fda8a37eadf16c690dbeebf3262ead
Fix non-Windows amd64 register mask initialization

The arrays were being initialized with register numbers, not
register masks. The arrays are only used on non-Windows amd64
for homing circular incoming argument conflicts. Perhaps we
never saw this happen?

Commit migrated from https://github.com/dotnet/coreclr/commit/f8646043219a5367b2090e9e9a0f504734c8e6e3
src/coreclr/src/jit/target.h