libunwind: unwinder_private_data_size for sparc64
This commit is contained in:
parent
eda889c5bf
commit
ecd0ebb86b
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue