We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016f80a commit 674b49eCopy full SHA for 674b49e
src/backtrace/libunwind.rs
@@ -184,6 +184,7 @@ mod uw {
184
not(all(target_os = "horizon", target_arch = "arm")),
185
not(all(target_os = "rtems", target_arch = "arm")),
186
not(all(target_os = "vita", target_arch = "arm")),
187
+ not(all(target_os = "nuttx", target_arch = "arm")),
188
))] {
189
extern "C" {
190
pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;
0 commit comments