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
[release/9.0-staging] Fix calling convention mismatch in GC callouts (#111105)
* Fix calling convention mismatch in GC callouts
Fixes#110607.
The native side expects fastcall.
Filed #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.
* Change native side instead
---------
Co-authored-by: Michal Strehovský <[email protected]>
Co-authored-by: Jeff Schwartz <[email protected]>
0 commit comments