Skip to content

Commit d3f7858

Browse files
committed
libunwind: unwinder_private_data_size for sparc64
1 parent 34d8d87 commit d3f7858

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)