Skip to content

Commit 929b0f7

Browse files
committed
Fixed alignment for vscr_t
Signed-off-by: mgiessing <[email protected]>
1 parent 3e674e4 commit 929b0f7

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
@@ -56,7 +56,7 @@ s_no_extra_traits! {
5656
}
5757

5858
#[allow(missing_debug_implementations)]
59-
#[repr(align(16))]
59+
#[repr(align(4))]
6060
pub struct vscr_t {
6161
#[cfg(target_endian = "big")]
6262
__pad: [::c_uint; 3],

0 commit comments

Comments
 (0)