We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf07535 commit 0f3ccbdCopy full SHA for 0f3ccbd
library/unwind/src/libunwind.rs
@@ -57,6 +57,9 @@ pub const unwinder_private_data_size: usize = 2;
57
#[cfg(target_arch = "riscv64")]
58
pub const unwinder_private_data_size: usize = 2;
59
60
+#[cfg(target_arch = "riscv32")]
61
+pub const unwinder_private_data_size: usize = 2;
62
+
63
#[cfg(target_os = "emscripten")]
64
pub const unwinder_private_data_size: usize = 20;
65
0 commit comments