mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
library/unwind: Add definitions for loongarch64
This commit is contained in:
parent
a5e23115bd
commit
50be2a30cb
@ -75,6 +75,9 @@ pub const unwinder_private_data_size: usize = 20;
|
||||
#[cfg(all(target_arch = "hexagon", target_os = "linux"))]
|
||||
pub const unwinder_private_data_size: usize = 35;
|
||||
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
pub const unwinder_private_data_size: usize = 2;
|
||||
|
||||
#[repr(C)]
|
||||
pub struct _Unwind_Exception {
|
||||
pub exception_class: _Unwind_Exception_Class,
|
||||
|
Loading…
Reference in New Issue
Block a user