diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-23 05:55:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-23 05:55:10 +0000 |
| commit | c692fbe0916c6a95372c311fd2c2b985bce3e3b1 (patch) | |
| tree | 84738140e3f54dbb6cbf2dc19d7b1c5003ab42ef /sys/amd64 | |
| parent | 155974701d3673f0d56859eb6cb62fa7745a445c (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/include/fpu.h | 2 | ||||
| -rw-r--r-- | sys/amd64/include/npx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 0b662659cc058..8e0f9bc0036e3 100644 --- a/sys/amd64/include/fpu.h +++ b/sys/amd64/include/fpu.h @@ -113,7 +113,7 @@ struct savexmm { } sv_fp[8]; struct xmmacc sv_xmm[8]; u_char sv_pad[224]; -} __attribute__((aligned(16))); +} __aligned(16); union savefpu { struct save87 sv_87; diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h index 0b662659cc058..8e0f9bc0036e3 100644 --- a/sys/amd64/include/npx.h +++ b/sys/amd64/include/npx.h @@ -113,7 +113,7 @@ struct savexmm { } sv_fp[8]; struct xmmacc sv_xmm[8]; u_char sv_pad[224]; -} __attribute__((aligned(16))); +} __aligned(16); union savefpu { struct save87 sv_87; |
