Skip to content

Commit

Permalink
panic_unwind: support unwinding on xous
Browse files Browse the repository at this point in the history
Now that `unwind` supports Xous, enable unwinding panics on Xous.

Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Nov 16, 2023
1 parent ee870d6 commit 2820317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/panic_unwind/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 2820317

Please sign in to comment.