VirtualBox

Changeset 53628 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 1, 2015 9:15:33 PM (10 years ago)
Author:
vboxsync
Message:

no else after break

File:
1 edited

Legend:

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

    r53627 r53628  
    88468846        if (rc != VINF_SUCCESS)
    88478847            break;
    8848         else if (cLoops > pVM->hm.s.cMaxResumeLoops)
     8848        if (cLoops > pVM->hm.s.cMaxResumeLoops)
    88498849        {
    88508850            STAM_COUNTER_INC(&pVCpu->hm.s.StatExitMaxResume);
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