VirtualBox

Changeset 40075 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 11, 2012 2:47:21 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76209
Message:

CPUM.cpp: MXCSR_MASK always was 0xffff not 0 (0xffbf) because of REM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r39405 r40075  
    11141114    pCtx->fpu.FCW                   = 0x37f;
    11151115
    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 */
    11171118    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. */
    11181121
    11191122    /* Init PAT MSR */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette