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.
This commit is contained in:
Peter Wemm 2003-05-23 06:31:56 +00:00
parent 59fb3d1055
commit f229f5cf85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115255

View file

@ -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 {