Skip to content

Commit c26d5b3

Browse files
committed
library/unwind: Define unwinder_private_data_size for m68k
1 parent 990326f commit c26d5b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/unwind/src/libunwind.rs

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ pub const unwinder_private_data_size: usize = 2;
4242
#[cfg(all(target_arch = "aarch64", target_pointer_width = "32"))]
4343
pub const unwinder_private_data_size: usize = 5;
4444

45+
#[cfg(target_arch = "m68k")]
46+
pub const unwinder_private_data_size: usize = 2;
47+
4548
#[cfg(target_arch = "mips")]
4649
pub const unwinder_private_data_size: usize = 2;
4750

0 commit comments

Comments
 (0)