Skip to content

Commit 4245978

Browse files
authored
Merge pull request #523 from nikarh/vita
2 parents b3e5bb8 + bc3e9c3 commit 4245978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backtrace/libunwind.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ mod uw {
158158
not(all(target_os = "android", target_arch = "arm")),
159159
not(all(target_os = "freebsd", target_arch = "arm")),
160160
not(all(target_os = "linux", target_arch = "arm")),
161-
not(all(target_os = "horizon", target_arch = "arm"))
161+
not(all(target_os = "horizon", target_arch = "arm")),
162+
not(all(target_os = "vita", target_arch = "arm")),
162163
))] {
163164
extern "C" {
164165
pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;

0 commit comments

Comments
 (0)