am 04b75092: am aa6cd581: Use mxcr_mask instead of mxcsr_mask to match glibc.
* commit '04b7509228633cf9800ba9acc7354f72c22f629a': Use mxcr_mask instead of mxcsr_mask to match glibc.
This commit is contained in:
commit
7ad94518f3
@ -108,7 +108,7 @@ struct user_fpregs_struct {
|
|||||||
__u64 rip;
|
__u64 rip;
|
||||||
__u64 rdp;
|
__u64 rdp;
|
||||||
__u32 mxcsr;
|
__u32 mxcsr;
|
||||||
__u32 mxcsr_mask;
|
__u32 mxcr_mask;
|
||||||
__u32 st_space[32];
|
__u32 st_space[32];
|
||||||
__u32 xmm_space[64];
|
__u32 xmm_space[64];
|
||||||
__u32 padding[24];
|
__u32 padding[24];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user