File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7474 pub sp: c_ulonglong,
7575 pub pc: c_ulonglong,
7676 pub pstate: c_ulonglong,
77- __reserved: [ u64 ; 512 ] ,
77+ _padding: u64 ,
78+ pub __reserved: [ u8 ; 4096 ] ,
7879 }
7980
8081 pub struct user_fpsimd_struct {
Original file line number Diff line number Diff line change 219219 pub sp: c_ulonglong,
220220 pub pc: c_ulonglong,
221221 pub pstate: c_ulonglong,
222- __reserved: [ u64 ; 512 ] ,
222+ _padding: u64 ,
223+ pub __reserved: [ u8 ; 4096 ] ,
223224 }
224225
225226 pub struct user_fpsimd_struct {
Original file line number Diff line number Diff line change 103103 pub sp: c_ulong,
104104 pub pc: c_ulong,
105105 pub pstate: c_ulong,
106- __reserved: [ u64 ; 512 ] ,
106+ _padding: u64 ,
107+ pub __reserved: [ u8 ; 4096 ] ,
107108 }
108109
109110 #[ repr( align( 8 ) ) ]
You can’t perform that action at this time.
0 commit comments