summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/reg.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-23 06:31:56 +0000
committerpeter <peter@FreeBSD.org>2003-05-23 06:31:56 +0000
commitd7d93178f5a0a253f7d01f9f189672cc17f58cc6 (patch)
tree277a7505c814087114ec4ff93946899a3562c454 /sys/amd64/include/reg.h
parent4597dace1f5a6f643df3793d25794a57e110a1aa (diff)
downloadFreeBSD-src-d7d93178f5a0a253f7d01f9f189672cc17f58cc6.zip
FreeBSD-src-d7d93178f5a0a253f7d01f9f189672cc17f58cc6.tar.gz
As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytes
to match the native fxsave/fxrstor object size since thats apparently what the Linux/NetBSD folks do.
Diffstat (limited to 'sys/amd64/include/reg.h')
-rw-r--r--sys/amd64/include/reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index 334dd37..dcdd719 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -80,6 +80,7 @@ struct fpreg {
unsigned long fpr_env[4];
unsigned char fpr_acc[8][16];
unsigned char fpr_xacc[16][16];
+ unsigned long fpr_spare[12];
};
struct dbreg {
OpenPOWER on IntegriCloud