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 f78eb73 commit 2a4d438Copy full SHA for 2a4d438
src/unix/linux_like/linux/gnu/b32/csky/align.rs
@@ -1,7 +1,7 @@
1
s_no_extra_traits! {
2
#[allow(missing_debug_implementations)]
3
- #[repr(align(2))]
+ #[repr(align(8))]
4
pub struct max_align_t {
5
- priv_: [i8; 20]
+ priv_: [i64; 2]
6
}
7
0 commit comments