Use correct field offset in genPutArgStkFieldList (dotnet/coreclr#18483)
authorCarol Eidt <carol.eidt@microsoft.com>
Fri, 15 Jun 2018 21:46:19 +0000 (14:46 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 15 Jun 2018 21:46:19 +0000 (14:46 -0700)
commit8b0f744501e8caef66b0b17d744347878508aa21
tree7d2f437e640a9461842e625abe1908530b0fa260
parent43d6aebecb7000490d8532c1a6810bf62a272bd0
Use correct field offset in genPutArgStkFieldList (dotnet/coreclr#18483)

* Use correct field offset in genPutArgStkFieldList

Fix dotnet/coreclr#18482

* formatting

* Add the new test to the arm and arm64 test lists

Commit migrated from https://github.com/dotnet/coreclr/commit/13954f2b3072866be61c273d17f7b4fd2d1e6099
src/coreclr/src/jit/codegenlinear.cpp
src/coreclr/tests/arm/Tests.lst
src/coreclr/tests/arm64/Tests.lst
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj [new file with mode: 0644]