Skip to content

Commit e96a2d8

Browse files
committed
panic_unwind: support unwinding on xous
Now that `unwind` supports Xous, enable unwinding panics on Xous. Signed-off-by: Sean Cross <[email protected]>
1 parent 39cb00f commit e96a2d8

File tree

1 file changed

+1
-0
lines changed
  • library/panic_unwind/src

1 file changed

+1
-0
lines changed

library/panic_unwind/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cfg_if::cfg_if! {
4949
} else if #[cfg(any(
5050
all(target_family = "windows", target_env = "gnu"),
5151
target_os = "psp",
52+
target_os = "xous",
5253
target_os = "solid_asp3",
5354
all(target_family = "unix", not(target_os = "espidf")),
5455
all(target_vendor = "fortanix", target_env = "sgx"),

0 commit comments

Comments
 (0)