VirtualBox

Changeset 72080 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 2, 2018 6:07:14 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Assertion and todo.

File:
1 edited

Legend:

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

    r72079 r72080  
    41274127    }
    41284128    else
    4129         return VINF_SVM_VMEXIT;
     4129    {
     4130        /** @todo Remove this assertion after its sufficiently established that this
     4131         *        never happens. */
     4132        AssertFailedReturn(VERR_INVALID_STATE);
     4133    }
    41304134
    41314135    /* Check force flag actions that might require us to go back to ring-3. */
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