mirror of
git://git.musl-libc.org/musl
synced 2025-03-01 01:00:31 +00: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
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user