Skip to content

Commit 042fd78

Browse files
committed
try fixing cfg
1 parent 9bf5fd9 commit 042fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/src/arm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ intrinsics! {
166166
// NOTE This function is implemented using assembly because they are using
167167
// a custom calling convention
168168
#[naked]
169-
#[cfg(all(target_arch = "arm64ec", target_env = "msvc", not(feature = "no-asm")))]
169+
#[cfg(all(target_env = "msvc", not(feature = "no-asm")))]
170170
pub unsafe extern "C" fn __chkstk() {
171171
core::arch::naked_asm!(
172172
".p2align 2",

0 commit comments

Comments
 (0)