We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e5bb8 + bc3e9c3 commit 4245978Copy full SHA for 4245978
src/backtrace/libunwind.rs
@@ -158,7 +158,8 @@ mod uw {
158
not(all(target_os = "android", target_arch = "arm")),
159
not(all(target_os = "freebsd", target_arch = "arm")),
160
not(all(target_os = "linux", target_arch = "arm")),
161
- not(all(target_os = "horizon", target_arch = "arm"))
+ not(all(target_os = "horizon", target_arch = "arm")),
162
+ not(all(target_os = "vita", target_arch = "arm")),
163
))] {
164
extern "C" {
165
pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;
0 commit comments