aboutsummaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-07-31 00:49:01 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-07-31 00:50:31 +0200
commit384679f9e0c3243f452322174d7d3eef5354baf2 (patch)
tree9e18e8d00cc0b468c3ae019ff04cdc7e701216f9 /i386
parenta40012115277aeff07ff92abab652b996be3c9cf (diff)
downloadgnumach-384679f9e0c3243f452322174d7d3eef5354baf2.tar.gz
gnumach-384679f9e0c3243f452322174d7d3eef5354baf2.tar.bz2
gnumach-384679f9e0c3243f452322174d7d3eef5354baf2.zip
fpu: Drop conflicting alignment
struct i386_xfp_xstate_header header is at offset 440 of struct i386_xfp_save, so not a multiple of 64 anyway.
Diffstat (limited to 'i386')
-rw-r--r--i386/include/mach/i386/fp_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/include/mach/i386/fp_reg.h b/i386/include/mach/i386/fp_reg.h
index 7ad0ade6..2f8e227f 100644
--- a/i386/include/mach/i386/fp_reg.h
+++ b/i386/include/mach/i386/fp_reg.h
@@ -56,7 +56,7 @@ struct i386_xfp_xstate_header {
unsigned long long xfp_features;
unsigned long long xcomp_bv;
unsigned long long reserved[6];
-} __attribute__((packed, aligned(64)));
+} __attribute__((packed));
struct i386_xfp_save {
unsigned short fp_control; /* control */