diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/include/mach/i386/fp_reg.h | 2 |
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 */ |