Skip to content

Commit 890ac7d

Browse files
committed
remove alignment for older rust releases
1 parent 1b1bf4d commit 890ac7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/bsd/netbsdlike/netbsd/x86_64.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ pub type c___greg_t = u64;
77
pub type __cpu_simple_lock_nv_t = ::c_uchar;
88

99
s! {
10-
#[repr(align(16))]
1110
pub struct mcontext_t {
1211
pub __gregs: [c___greg_t; 26],
1312
pub _mc_tlsbase: c___greg_t,

0 commit comments

Comments
 (0)