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 9cfd710 commit 1ca768fCopy full SHA for 1ca768f
src/unix/linux_like/linux/musl/b64/aarch64/align.rs
@@ -15,6 +15,7 @@ s! {
15
pub uc_mcontext: mcontext_t,
16
}
17
18
+ #[repr(align(16))]
19
pub struct mcontext_t {
20
__regs: [u64; 36 + 512],
21
0 commit comments