Skip to content

Commit 6cef468

Browse files
authored
Merge pull request #692 from no1wudi/master
libunwind: Use builtin _Unwind_GetIP for NuttX on ARM platform
2 parents 016f80a + 674b49e commit 6cef468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backtrace/libunwind.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ mod uw {
184184
not(all(target_os = "horizon", target_arch = "arm")),
185185
not(all(target_os = "rtems", target_arch = "arm")),
186186
not(all(target_os = "vita", target_arch = "arm")),
187+
not(all(target_os = "nuttx", target_arch = "arm")),
187188
))] {
188189
extern "C" {
189190
pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;

0 commit comments

Comments
 (0)