Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [nathanw_sa] syssrc/sys/arch/i386/include
Module Name: syssrc
Committed By: nathanw
Date: Wed Aug 14 18:26:44 UTC 2002
Modified Files:
syssrc/sys/arch/i386/include [nathanw_sa]: mcontext.h
Log Message:
Add space for the fxsave/XMM save area to mcontext_t; since the fxsave
format includes the x87 register state (although in a different bit
pattern), make it overlap the x87 save area, and add a flag to
indicate that this format is in use.
This makes mcontext_t 264 bytes larger, for a total of 720 bytes.
To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 syssrc/sys/arch/i386/include/mcontext.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index