fix typo in x86_64/x32 user_fpregs_struct

mxcs_mask should be mxcr_mask
This commit is contained in:
Felix Janda
2015-02-01 13:49:15 -05:00
committed by Rich Felker
parent 0b21a07c78
commit 4758f0565d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ typedef struct user_fpregs_struct
{
uint16_t cwd, swd, ftw, fop;
uint64_t rip, rdp;
uint32_t mxcsr, mxcs_mask;
uint32_t mxcsr, mxcr_mask;
uint32_t st_space[32], xmm_space[64], padding[24];
} elf_fpregset_t;
+1 -1
View File
@@ -5,7 +5,7 @@ typedef struct user_fpregs_struct
{
uint16_t cwd, swd, ftw, fop;
uint64_t rip, rdp;
uint32_t mxcsr, mxcs_mask;
uint32_t mxcsr, mxcr_mask;
uint32_t st_space[32], xmm_space[64], padding[24];
} elf_fpregset_t;