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.
1 parent 9bf5fd9 commit 042fd78Copy full SHA for 042fd78
compiler-builtins/src/arm.rs
@@ -166,7 +166,7 @@ intrinsics! {
166
// NOTE This function is implemented using assembly because they are using
167
// a custom calling convention
168
#[naked]
169
- #[cfg(all(target_arch = "arm64ec", target_env = "msvc", not(feature = "no-asm")))]
+ #[cfg(all(target_env = "msvc", not(feature = "no-asm")))]
170
pub unsafe extern "C" fn __chkstk() {
171
core::arch::naked_asm!(
172
".p2align 2",
0 commit comments