Skip to content

Commit

Permalink
Merge pull request #692 from no1wudi/master
Browse files Browse the repository at this point in the history
libunwind: Use builtin _Unwind_GetIP for NuttX on ARM platform
  • Loading branch information
ChrisDenton authored Jan 22, 2025
2 parents 016f80a + 674b49e commit 6cef468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backtrace/libunwind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ mod uw {
not(all(target_os = "horizon", target_arch = "arm")),
not(all(target_os = "rtems", target_arch = "arm")),
not(all(target_os = "vita", target_arch = "arm")),
not(all(target_os = "nuttx", target_arch = "arm")),
))] {
extern "C" {
pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;
Expand Down

0 comments on commit 6cef468

Please sign in to comment.