Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecd0ebb

Browse files
jakllschJorge Aparicio
authored andcommittedDec 30, 2016
libunwind: unwinder_private_data_size for sparc64
1 parent eda889c commit ecd0ebb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/libunwind/libunwind.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ pub const unwinder_private_data_size: usize = 2;
6565
#[cfg(target_arch = "s390x")]
6666
pub const unwinder_private_data_size: usize = 2;
6767

68+
#[cfg(target_arch = "sparc64")]
69+
pub const unwinder_private_data_size: usize = 2;
70+
6871
#[cfg(target_os = "emscripten")]
6972
pub const unwinder_private_data_size: usize = 20;
7073

0 commit comments

Comments
 (0)