mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix typo in x86_64/x32 user_fpregs_struct
mxcs_mask should be mxcr_mask
This commit is contained in:
parent
0b21a07c78
commit
4758f0565d
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue