]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81598 - sivadeilra:windows_dll_imports_fix_x86, r=m-ou-se
authorJonas Schievink <jonasschievink@gmail.com>
Mon, 1 Feb 2021 13:29:45 +0000 (14:29 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Feb 2021 13:29:45 +0000 (14:29 +0100)
commit26222272080d179b4f0a5ffe057d07d7341de041
tree6e456efda320ef70658fd1537e7c52c0ab658e41
parent52907cc23723379db208508b2d79828060f9db2c
parent3acd1a4f92013945667f025167cfccdcf6cd73e4
Rollup merge of #81598 - sivadeilra:windows_dll_imports_fix_x86, r=m-ou-se

Fix calling convention for CRT startup

My PR #81478 used the wrong calling convention for a set of
functions that are called by the CRT. These functions need to use
`extern "C"`.

This would only affect x86, which is the only target (that I know of)
that has multiple calling conventions.

```@bors``` r? ```@m-ou-se```