Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calling convention mismatch in GC callouts (dotnet#110685)
Fixes dotnet#110607. The native side expected fastcall, managed side didn't. Filed dotnet#110684 on the test hole. We would have caught it during x86 bringup if this had _any_ tests since this is a guaranteed stack corruption and crash.
- Loading branch information