We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1576142 commit a7fe94fCopy full SHA for a7fe94f
src/libstd/sys/unix/backtrace.rs
@@ -566,7 +566,7 @@ mod uw {
566
567
// This function doesn't exist on Android or ARM/Linux, so make it same
568
// to _Unwind_GetIP
569
- #[cfg(any(target_os = "android",
+ #[cfg(any(all(target_os = "android", target_arch = "arm"),
570
all(target_os = "linux", target_arch = "arm")))]
571
pub unsafe fn _Unwind_GetIPInfo(ctx: *mut _Unwind_Context,
572
ip_before_insn: *mut libc::c_int)
0 commit comments