Use mxcr_mask instead of mxcsr_mask to match glibc.

Bug: 18097559

(cherry picked from commit f485547b9267263e1de220a3cc368deaec367191)

Change-Id: I242105faa8210abc9635a951b25b127cd64ed23c
This commit is contained in:
Elliott Hughes 2014-10-23 20:29:42 -07:00
parent 8fab8119dd
commit aa6cd5819c

View File

@ -108,7 +108,7 @@ struct user_fpregs_struct {
__u64 rip;
__u64 rdp;
__u32 mxcsr;
__u32 mxcsr_mask;
__u32 mxcr_mask;
__u32 st_space[32];
__u32 xmm_space[64];
__u32 padding[24];