Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information