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 016f80a + 674b49e commit 6cef468Copy full SHA for 6cef468
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