library/unwind: Consolidate RV32 and RV64
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
fd76268166
commit
57b2da808c
@ -54,10 +54,7 @@ pub const unwinder_private_data_size: usize = 2;
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
pub const unwinder_private_data_size: usize = 2;
|
||||
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
pub const unwinder_private_data_size: usize = 2;
|
||||
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[cfg(any(target_arch = "riscv64", target_arch = "riscv32")]
|
||||
pub const unwinder_private_data_size: usize = 2;
|
||||
|
||||
#[cfg(target_os = "emscripten")]
|
||||
|
Loading…
Reference in New Issue
Block a user