[arm64] Save+restore fp regs from the context in the call filter trampoline, the...
commit0a8a1e5b2369dd9773104f501ea79119e6a758cd
authorZoltan Varga <vargaz@gmail.com>
Thu, 3 Nov 2016 21:13:35 +0000 (3 17:13 -0400)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2016 21:13:35 +0000 (3 17:13 -0400)
tree83a47b8bb0f042b603e7d8ccb8b670cb61290b9d
parentfe1f6c80bea4338a0f2d0b6974160194324b7d78
[arm64] Save+restore fp regs from the context in the call filter trampoline, the JITted code doesn't use them, but if the called code throws an exception, the throw context for the inner throw needs to contain the same values as the original throw context. (#3877)
mono/mini/exceptions-arm64.c