Commit 7a95474
[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ý <MichalStrehovsky@users.noreply.github.com>
Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>1 parent 5b8b063 commit 7a95474
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
0 commit comments