Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calling a ThisCall delegate via Reverse P/Invoke.
The m_paramidx value is always -1 for return values, so we ignore it when emitting in case we are using a byref return value that needs a real arg index (which is 0-based). Fixes dotnet#33129
- Loading branch information