Skip to content

Commit f0d6eee

Browse files
committed
powerpc: Add unwinder size REVISIT
1 parent a2e3993 commit f0d6eee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/rt/libunwind.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ pub const unwinder_private_data_size: uint = 2;
8181
#[cfg(any(target_arch = "mips", target_arch = "mipsel"))]
8282
pub const unwinder_private_data_size: uint = 2;
8383

84+
#[cfg(target_arch = "powerpc")]
85+
pub const unwinder_private_data_size: uint = 2;
86+
8487
#[repr(C)]
8588
pub struct _Unwind_Exception {
8689
pub exception_class: _Unwind_Exception_Class,

0 commit comments

Comments
 (0)