Changeset 40075 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 11, 2012 2:47:21 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r39405 r40075 1114 1114 pCtx->fpu.FCW = 0x37f; 1115 1115 1116 /* Intel 64 and IA-32 Architectures Software Developer's Manual Volume 3A, Table 8-1. IA-32 Processor States Following Power-up, Reset, or INIT */ 1116 /* Intel 64 and IA-32 Architectures Software Developer's Manual Volume 3A, Table 8-1. 1117 IA-32 Processor States Following Power-up, Reset, or INIT */ 1117 1118 pCtx->fpu.MXCSR = 0x1F80; 1119 pCtx->fpu.MXCSR_MASK = 0xffff; /** @todo REM always changed this for us. Should probably check if the HW really 1120 supports all bits, since a zero value here should be read as 0xffbf. */ 1118 1121 1119 1122 /* Init PAT MSR */
Note:
See TracChangeset
for help on using the changeset viewer.