VirtualBox

Changeset 75649 in vbox


Ignore:
Timestamp:
Nov 21, 2018 6:09:06 PM (6 years ago)
Author:
vboxsync
Message:

VMM/VMMR0.cpp: comments adjustments.

File:
1 edited

Legend:

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

    r75646 r75649  
    792792                        && RTMpGetOnlineCount() >= 4)
    793793                    {
    794                         /** @todo Figure out how we can skip this if it haven't help recently... */
     794                        /** @todo Figure out how we can skip this if it hasn't help recently...
     795                         *        @bugref{9172#c12} */
    795796                        uint32_t cSpinLoops = 42;
    796797                        while (cSpinLoops-- > 0)
     
    15871588                    vmmR0RecordRC(pVM, pVCpu, rc);
    15881589#endif
    1589 
     1590#if 1
    15901591                    /*
    15911592                     * If this is a halt.
     
    15931594                    if (rc != VINF_EM_HALT)
    15941595                    { /* we're not in a hurry for a HLT, so prefer this path */ }
    1595                     else //if (VMCPU_FF_IS_ANY_SET())
     1596                    else
    15961597                    {
    15971598                        pVCpu->vmm.s.iLastGZRc = rc = vmmR0DoHalt(pGVM, pVM, pGVCpu, pVCpu);
     
    16031604                        pVCpu->vmm.s.cR0HaltsToRing3++;
    16041605                    }
     1606#endif
    16051607                }
    16061608                /*
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