Skip to content

Commit 674b49e

Browse files
committed
libunwind: Use builtin _Unwind_GetIP for NuttX on ARM platform
Signed-off-by: Huang Qi <[email protected]>
1 parent 016f80a commit 674b49e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backtrace/libunwind.rs

+1
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)