We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a991664 + 59f3c77 commit 9f9afc2Copy full SHA for 9f9afc2
src/x86.rs
@@ -10,8 +10,7 @@ use core::intrinsics;
10
intrinsics! {
11
#[naked]
12
#[cfg(all(
13
- windows,
14
- target_env = "gnu",
+ any(all(windows, target_env = "gnu"), target_os = "uefi"),
15
not(feature = "no-asm")
16
))]
17
pub unsafe extern "C" fn __chkstk() {
@@ -23,8 +22,7 @@ intrinsics! {
23
22
24
25
26
27
28
29
30
pub unsafe extern "C" fn _alloca() {
0 commit comments