mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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:
parent
59fb3d1055
commit
f229f5cf85
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115255
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user