Skip to content

Commit

Permalink
Fixed alignment for vscr_t
Browse files Browse the repository at this point in the history
Signed-off-by: mgiessing <marvin.giessing@gmail.com>
  • Loading branch information
mgiessing committed Oct 18, 2024
1 parent 3e674e4 commit 929b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ s_no_extra_traits! {
}

#[allow(missing_debug_implementations)]
#[repr(align(16))]
#[repr(align(4))]
pub struct vscr_t {
#[cfg(target_endian = "big")]
__pad: [::c_uint; 3],
Expand Down

0 comments on commit 929b0f7

Please sign in to comment.