Skip to content

Commit ecd0ebb

Browse files
jakllschJorge Aparicio
authored and
Jorge Aparicio
committed
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

+3
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)