We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0da598 commit f4db122Copy full SHA for f4db122
library/panic_abort/src/lib.rs
@@ -42,7 +42,8 @@ pub unsafe fn __rust_start_panic(_payload: *mut &mut dyn BoxMeUp) -> u32 {
42
libc::abort();
43
}
44
} else if #[cfg(any(target_os = "hermit",
45
- all(target_vendor = "fortanix", target_env = "sgx")
+ all(target_vendor = "fortanix", target_env = "sgx"),
46
+ target_os = "xous"
47
))] {
48
unsafe fn abort() -> ! {
49
// call std::sys::abort_internal
0 commit comments