We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfd710 commit eb618e2Copy full SHA for eb618e2
src/unix/linux_like/linux/musl/b64/aarch64/align.rs
@@ -16,6 +16,6 @@ s! {
16
}
17
18
pub struct mcontext_t {
19
- __regs: [u64; 36 + 512],
+ __regs: [u128; 18 + 256],
20
21
0 commit comments