Use unsigned index extension in muldi-dimensional array stubs (dotnet/coreclr#22376)
authorJan Kotas <jkotas@microsoft.com>
Sun, 3 Feb 2019 17:07:09 +0000 (09:07 -0800)
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Sun, 3 Feb 2019 17:07:09 +0000 (18:07 +0100)
commit88cecaef25f74ad3c37b445b18f41c02da2d60dc
treef825f19cb14c63174aa6f649a9872f1b95bfbfac
parentf1dc5ebaa82aadf887ee42c7633cc86730d4240c
Use unsigned index extension in muldi-dimensional array stubs (dotnet/coreclr#22376)

Delete unnecessary parallel logic that kept track of the total multiplier

Fixes dotnet/coreclr#22348

Commit migrated from https://github.com/dotnet/coreclr/commit/cab949098dcdab9d458f102eb59e81311bac45c4
src/coreclr/src/vm/array.cpp
src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/Test22348.csproj [new file with mode: 0644]
src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/test22348.cs [new file with mode: 0644]