[mono][jit] Disable deopt in gsharedvt methods. (#66322)
authorZoltan Varga <vargaz@gmail.com>
Tue, 8 Mar 2022 15:17:55 +0000 (10:17 -0500)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 15:17:55 +0000 (10:17 -0500)
commitf396c3496a905451bcb4649c44c6d2e627690d05
tree1ca15db30e9c0f023a0a76383b1f8c72777d7cb0
parent8342a08b8bf0ff2ffb64cd5992e2d60c8d6d63c1
[mono][jit] Disable deopt in gsharedvt methods. (#66322)

The deopt code can't handle the gsharedvt return value convention.

Fixes https://github.com/dotnet/runtime/issues/66319.
src/mono/mono/mini/mini.c