[mono][wasm] Fix ldftn in AOT mode, it should return a ftndesc. (#82282)
authorZoltan Varga <vargaz@gmail.com>
Tue, 21 Feb 2023 05:46:41 +0000 (00:46 -0500)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 05:46:41 +0000 (00:46 -0500)
commit75eac9643f3d8952df3cffd928e7987887bb7dab
treed037bd95aeb69ee9589cc5f234e4af8d5d56690a
parent99227fcba2b3dc53903bdc889930038e8c842542
[mono][wasm] Fix ldftn in AOT mode, it should return a ftndesc. (#82282)

* [mono][wasm] Fix ldftn in AOT mode, it should return a ftndesc.

Fixes https://github.com/dotnet/runtime/issues/82272.

* Reenable tests.
src/libraries/System.Reflection/tests/MethodInfoTests.cs
src/mono/mono/mini/jit-icalls.c