1
Fork 0

libunwind: unwinder_private_data_size for sparc64

This commit is contained in:
Jonathan A. Kollasch 2016-12-06 15:59:15 -06:00 committed by Jorge Aparicio
parent eda889c5bf
commit ecd0ebb86b

View file

@ -65,6 +65,9 @@ pub const unwinder_private_data_size: usize = 2;
#[cfg(target_arch = "s390x")]
pub const unwinder_private_data_size: usize = 2;
#[cfg(target_arch = "sparc64")]
pub const unwinder_private_data_size: usize = 2;
#[cfg(target_os = "emscripten")]
pub const unwinder_private_data_size: usize = 20;