mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in x86_64/x32 user_fpregs_struct
@ 2015-02-01  9:43 Felix Janda
  2015-02-01 18:49 ` Rich Felker
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2015-02-01  9:43 UTC (permalink / raw)
  To: musl

mxcs_mask should be mxcr_mask
---
 arch/x32/bits/user.h    | 2 +-
 arch/x86_64/bits/user.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x32/bits/user.h b/arch/x32/bits/user.h
index 8b42632..1bd2d70 100644
--- a/arch/x32/bits/user.h
+++ b/arch/x32/bits/user.h
@@ -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;
 
diff --git a/arch/x86_64/bits/user.h b/arch/x86_64/bits/user.h
index 8b42632..1bd2d70 100644
--- a/arch/x86_64/bits/user.h
+++ b/arch/x86_64/bits/user.h
@@ -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;
 
-- 
2.0.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in x86_64/x32 user_fpregs_struct
  2015-02-01  9:43 [PATCH] Fix typo in x86_64/x32 user_fpregs_struct Felix Janda
@ 2015-02-01 18:49 ` Rich Felker
  0 siblings, 0 replies; 2+ messages in thread
From: Rich Felker @ 2015-02-01 18:49 UTC (permalink / raw)
  To: musl

On Sun, Feb 01, 2015 at 10:43:37AM +0100, Felix Janda wrote:
> mxcs_mask should be mxcr_mask

Thanks. Committed.

Rich


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-01 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-01  9:43 [PATCH] Fix typo in x86_64/x32 user_fpregs_struct Felix Janda
2015-02-01 18:49 ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).