diff options
Diffstat (limited to 'src/libstd/rt/libunwind.rs')
| -rw-r--r-- | src/libstd/rt/libunwind.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/rt/libunwind.rs b/src/libstd/rt/libunwind.rs index bdb049fbb5f..8c14e6c81e9 100644 --- a/src/libstd/rt/libunwind.rs +++ b/src/libstd/rt/libunwind.rs @@ -65,6 +65,9 @@ pub static unwinder_private_data_size: int = 2; #[cfg(target_arch = "arm")] pub static unwinder_private_data_size: int = 20; +#[cfg(target_arch = "mips")] +pub static unwinder_private_data_size: int = 2; + pub struct _Unwind_Exception { exception_class: _Unwind_Exception_Class, exception_cleanup: _Unwind_Exception_Cleanup_Fn, |
