panic_unwind: support unwinding on xous
Now that `unwind` supports Xous, enable unwinding panics on Xous. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
ee870d6c82
commit
28203172de
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ cfg_if::cfg_if! {
|
|||
} else if #[cfg(any(
|
||||
all(target_family = "windows", target_env = "gnu"),
|
||||
target_os = "psp",
|
||||
target_os = "xous",
|
||||
target_os = "solid_asp3",
|
||||
all(target_family = "unix", not(target_os = "espidf")),
|
||||
all(target_vendor = "fortanix", target_env = "sgx"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue