VirtualBox

Changeset 13289 in vbox


Ignore:
Timestamp:
Oct 15, 2008 3:23:32 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37957
Message:

Cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r13288 r13289  
    905905    /* Also catch floating point exceptions as we need to report them to the guest in a different way. */
    906906    if (    CPUMIsGuestFPUStateActive(pVM) == true
    907         && !(pCtx->cr0 & X86_CR0_NE))
    908     {
    909         if (!pVM->hwaccm.s.fFPUOldStyleOverride)
    910         {
    911             u32TrapMask |= RT_BIT(X86_XCPT_MF);
    912             pVM->hwaccm.s.fFPUOldStyleOverride = true;
    913         }
     907        && !(pCtx->cr0 & X86_CR0_NE)
     908        && !pVM->hwaccm.s.fFPUOldStyleOverride)
     909    {
     910        u32TrapMask |= RT_BIT(X86_XCPT_MF);
     911        pVM->hwaccm.s.fFPUOldStyleOverride = true;
    914912    }
    915913
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