We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e2311 commit 50be2a3Copy full SHA for 50be2a3
library/unwind/src/libunwind.rs
@@ -75,6 +75,9 @@ pub const unwinder_private_data_size: usize = 20;
75
#[cfg(all(target_arch = "hexagon", target_os = "linux"))]
76
pub const unwinder_private_data_size: usize = 35;
77
78
+#[cfg(target_arch = "loongarch64")]
79
+pub const unwinder_private_data_size: usize = 2;
80
+
81
#[repr(C)]
82
pub struct _Unwind_Exception {
83
pub exception_class: _Unwind_Exception_Class,
0 commit comments