powerpc: Add unwinder size REVISIT

This commit is contained in:
Richo Healey 2015-01-09 20:20:57 -08:00
parent a2e3993111
commit f0d6eee499
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ pub const unwinder_private_data_size: uint = 2;
#[cfg(any(target_arch = "mips", target_arch = "mipsel"))]
pub const unwinder_private_data_size: uint = 2;
#[cfg(target_arch = "powerpc")]
pub const unwinder_private_data_size: uint = 2;
#[repr(C)]
pub struct _Unwind_Exception {
pub exception_class: _Unwind_Exception_Class,