Skip to content

Commit eb618e2

Browse files
committed
Use u128 to ensure align 16
1 parent 9cfd710 commit eb618e2

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/musl/b64/aarch64

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/musl/b64/aarch64/align.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ s! {
1616
}
1717

1818
pub struct mcontext_t {
19-
__regs: [u64; 36 + 512],
19+
__regs: [u128; 18 + 256],
2020
}
2121
}

0 commit comments

Comments
 (0)