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 a2e3993 commit f0d6eeeCopy full SHA for f0d6eee
src/libstd/rt/libunwind.rs
@@ -81,6 +81,9 @@ pub const unwinder_private_data_size: uint = 2;
81
#[cfg(any(target_arch = "mips", target_arch = "mipsel"))]
82
pub const unwinder_private_data_size: uint = 2;
83
84
+#[cfg(target_arch = "powerpc")]
85
+pub const unwinder_private_data_size: uint = 2;
86
+
87
#[repr(C)]
88
pub struct _Unwind_Exception {
89
pub exception_class: _Unwind_Exception_Class,
0 commit comments