PERFORCE change 31689 for review
    Peter Wemm 
    peter at FreeBSD.org
       
    Thu May 22 23:29:11 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=31689
Change 31689 by peter at peter_hammer on 2003/05/22 23:28:15
	As suggested by the gdb folks, pad struct fpreg to 512 bytes
	to match the fxsave format (as is done on linux and netbsd
	apparently).
Affected files ...
.. //depot/projects/hammer/sys/amd64/include/reg.h#6 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/include/reg.h#6 (text+ko) ====
@@ -80,6 +80,7 @@
 	unsigned long	fpr_env[4];
 	unsigned char	fpr_acc[8][16];
 	unsigned char	fpr_xacc[16][16];
+	unsigned long	fpr_spare[12];
 };
 
 struct dbreg {
    
    
More information about the p4-projects
mailing list