[arm64] Fix the patching of MONO_PATCH_INFO_METHOD_JUMP so it handles thunks properly...
authorZoltan Varga <vargaz@gmail.com>
Thu, 15 Jun 2017 01:54:01 +0000 (21:54 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2017 01:54:01 +0000 (21:54 -0400)
commite600333511d74d2c0dc20315859f7e2f33a3a1db
treee902ac4999add82d0f9934fd8a33c1aa4f91c97a
parent581b46d90d364ff6a8d613ddeacad1fa32517ce1
[arm64] Fix the patching of MONO_PATCH_INFO_METHOD_JUMP so it handles thunks properly. Allocate thunk space for tail calls. Fixes asserts in the System.Numerics xunit tests. (#5026)
mono/mini/mini-arm64.c