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 39e6c09 commit c8a0fafCopy full SHA for c8a0faf
src/unix/bsd/freebsdlike/freebsd/x86.rs
@@ -7,6 +7,7 @@ pub type suseconds_t = i32;
7
pub type register_t = i32;
8
9
s_no_extra_traits! {
10
+ #[repr(align(16))]
11
pub struct mcontext_t {
12
pub mc_onstack: register_t,
13
pub mc_gs: register_t,
0 commit comments