commit | f485547b9267263e1de220a3cc368deaec367191 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 23 20:29:42 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 23 20:29:42 2014 -0700 |
tree | a63e60cd22dbc8499188d04dc2c64c7234eccf60 | |
parent | a4c0b7567190968d263bedd1073ea633510f9a45 [diff] [blame] |
Use mxcr_mask instead of mxcsr_mask to match glibc. Bug: 18097559 Change-Id: Iaca301d7d4c4902989d4699117f72b88d5c4bd78
diff --git a/libc/include/sys/user.h b/libc/include/sys/user.h index 18684f1..66b371d 100644 --- a/libc/include/sys/user.h +++ b/libc/include/sys/user.h
@@ -108,7 +108,7 @@ __u64 rip; __u64 rdp; __u32 mxcsr; - __u32 mxcsr_mask; + __u32 mxcr_mask; __u32 st_space[32]; __u32 xmm_space[64]; __u32 padding[24];