[arm64] Fix the saving/restoring of fp regs in exception filters, we were saving...
authorZoltan Varga <vargaz@gmail.com>
Fri, 10 Mar 2017 04:35:04 +0000 (23:35 -0500)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2017 04:35:04 +0000 (23:35 -0500)
commit03bd0ea9e6d59172124dd26a5a139d1f95d9d4c0
treec150fe7533608d416a2075e42cf5d5ea139edd73
parent0f2b159ed98d4658cad4264789da056a870c8087
[arm64] Fix the saving/restoring of fp regs in exception filters, we were saving/restoring them from the incorrect position in MonoContext.fregs. (#4499)
mono/mini/exceptions-arm64.c