mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Fix comment.
This commit is contained in:
parent
57d180fd26
commit
3181d9d11f
@ -100,7 +100,7 @@ struct sigcontext
|
||||
|
||||
struct _fpstate
|
||||
{
|
||||
/* Regular FPU environment. */
|
||||
/* FPU environment matching the 64-bit FXSAVE layout. */
|
||||
__uint16_t cwd;
|
||||
__uint16_t swd;
|
||||
__uint16_t twd;
|
||||
@ -109,7 +109,7 @@ struct _fpstate
|
||||
__uint64_t rdp;
|
||||
__uint32_t mxcsr;
|
||||
__uint32_t mxcr_mask;
|
||||
__uint32_t st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
|
||||
__uint32_t st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
|
||||
__uint32_t xmm_space[64]; /* 16*16 bytes for each XMM-reg = 128 bytes */
|
||||
__uint32_t padding[24];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user