mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
library/unwind: Add support for RISC-V 32-bit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
cf075355da
commit
0f3ccbd662
@ -57,6 +57,9 @@ pub const unwinder_private_data_size: usize = 2;
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
pub const unwinder_private_data_size: usize = 2;
|
||||
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
pub const unwinder_private_data_size: usize = 2;
|
||||
|
||||
#[cfg(target_os = "emscripten")]
|
||||
pub const unwinder_private_data_size: usize = 20;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user