fix typo in x86_64/x32 user_fpregs_struct
mxcs_mask should be mxcr_mask
This commit is contained in:
@@ -5,7 +5,7 @@ typedef struct user_fpregs_struct
|
|||||||
{
|
{
|
||||||
uint16_t cwd, swd, ftw, fop;
|
uint16_t cwd, swd, ftw, fop;
|
||||||
uint64_t rip, rdp;
|
uint64_t rip, rdp;
|
||||||
uint32_t mxcsr, mxcs_mask;
|
uint32_t mxcsr, mxcr_mask;
|
||||||
uint32_t st_space[32], xmm_space[64], padding[24];
|
uint32_t st_space[32], xmm_space[64], padding[24];
|
||||||
} elf_fpregset_t;
|
} elf_fpregset_t;
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ typedef struct user_fpregs_struct
|
|||||||
{
|
{
|
||||||
uint16_t cwd, swd, ftw, fop;
|
uint16_t cwd, swd, ftw, fop;
|
||||||
uint64_t rip, rdp;
|
uint64_t rip, rdp;
|
||||||
uint32_t mxcsr, mxcs_mask;
|
uint32_t mxcsr, mxcr_mask;
|
||||||
uint32_t st_space[32], xmm_space[64], padding[24];
|
uint32_t st_space[32], xmm_space[64], padding[24];
|
||||||
} elf_fpregset_t;
|
} elf_fpregset_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user