--- - branch: MAIN date: Fri May 10 16:27:03 UTC 2019 files: - new: '1.21' old: '1.20' path: src/sys/arch/i386/include/reg.h pathrev: src/sys/arch/i386/include/reg.h@1.21 type: modified id: 20190510T162703Z.d3c7dd3255e3c532920ede3733aad4d7be68fdeb log: | Fill 'struct fpreg' & 'struct xmmregs' in The 'struct fpreg' data type used by PT_GETFPREGS, and 'struct xmmregs' used by PT_GETXMMREGS are currently opaque. Define them to contain correct data structs instead, the same way they are defined for amd64. For 'struct fpreg' this means 'struct save87', and for 'struct xmmregs' this means 'struct fxsave'. This makes it more transparent for consumers how the data is formatted, and allows using it without need for explicit casts. Reviewed by . module: src subject: 'CVS commit: src/sys/arch/i386/include' unixtime: '1557505623' user: mgorny