VirtualBox

Changeset 37078 in vbox


Ignore:
Timestamp:
May 13, 2011 3:23:28 PM (14 years ago)
Author:
vboxsync
Message:

CPUM.cpp: Corrected initial FTW value.

File:
1 edited

Legend:

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

    r36863 r37078  
    11021102    pCtx->dr[7]                     = X86_DR7_INIT_VAL;
    11031103
    1104     pCtx->fpu.FTW                   = 0xff;         /* All tags are set, i.e. the regs are empty. */
     1104    pCtx->fpu.FTW                   = 0x00;         /* All empty (abbridged tag reg edition). */
    11051105    pCtx->fpu.FCW                   = 0x37f;
    11061106
Note: See TracChangeset for help on using the changeset viewer.

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