mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Felix Janda <felix.janda@posteo.de>
To: musl@lists.openwall.com
Subject: [PATCH] Fix typo in x86_64/x32 user_fpregs_struct
Date: Sun, 1 Feb 2015 10:43:37 +0100	[thread overview]
Message-ID: <20150201094337.GA4875@euler> (raw)

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


             reply	other threads:[~2015-02-01  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-01  9:43 Felix Janda [this message]
2015-02-01 18:49 ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150201094337.GA4875@euler \
    --to=felix.janda@posteo.de \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).