Skip to content

Commit 2a4d438

Browse files
authored
Update align.rs
1 parent f78eb73 commit 2a4d438

File tree

1 file changed

+2
-2
lines changed
  • src/unix/linux_like/linux/gnu/b32/csky

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
s_no_extra_traits! {
22
#[allow(missing_debug_implementations)]
3-
#[repr(align(2))]
3+
#[repr(align(8))]
44
pub struct max_align_t {
5-
priv_: [i8; 20]
5+
priv_: [i64; 2]
66
}
77
}

0 commit comments

Comments
 (0)