[RyuJIT/ARM32] [ReadyToRun] Fix target register for invocation to Thunk
authorHyeongseok Oh <hseok82.oh@samsung.com>
Mon, 3 Apr 2017 06:16:43 +0000 (15:16 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Mon, 3 Apr 2017 06:16:43 +0000 (15:16 +0900)
commit1be1521315e3043779ad859b89bf2c84c48fd38e
tree48ece57c7ec92ca908eb340f2c3fd2df3dda49dd
parent558d0e71e99e74cc8918c1cb471c7b38cad74d5e
[RyuJIT/ARM32] [ReadyToRun] Fix target register for invocation to Thunk

Fix target register for invocation to Thunk code from generated by ReadyToRun
Target register: REG_VIRTUAL_STUB_PARAM (R4, same as LegacyJIT)

Commit migrated from https://github.com/dotnet/coreclr/commit/9c2213765abc56f98dcb59d4567912dc5ac1e137
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/lower.cpp