Skip to content

Commit 3e674e4

Browse files
committed
Fix alignment
Signed-off-by: mgiessing <[email protected]>
1 parent c83b082 commit 3e674e4

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/gnu/b64/powerpc64

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ s_no_extra_traits! {
3232
}
3333

3434
#[allow(missing_debug_implementations)]
35-
#[repr(align(16))]
35+
#[repr(align(8))]
3636
pub struct mcontext_t {
3737
__glibc_reserved: [::c_ulong; 4],
3838
pub signal: ::c_int,

0 commit comments

Comments
 (0)