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