Skip to content

Commit

Permalink
Merge pull request #523 from nikarh/vita
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored May 7, 2023
2 parents b3e5bb8 + bc3e9c3 commit 4245978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backtrace/libunwind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ mod uw {
not(all(target_os = "android", target_arch = "arm")),
not(all(target_os = "freebsd", target_arch = "arm")),
not(all(target_os = "linux", target_arch = "arm")),
not(all(target_os = "horizon", target_arch = "arm"))
not(all(target_os = "horizon", target_arch = "arm")),
not(all(target_os = "vita", target_arch = "arm")),
))] {
extern "C" {
pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;
Expand Down

0 comments on commit 4245978

Please sign in to comment.