You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mono] Add missing return in mono_type_to_load_membase (#106798)
There was a missing return for MONO_TYPE_VALUETYPE in mono_type_to_load_membase. It works correctly even without this fix but only by coincidence because the following case is MONO_TYPE_TYPEDBYREF which returns the same OP_LOADV_MEMBASE op code.
0 commit comments