Changeset 72080 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 2, 2018 6:07:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72079 r72080 4127 4127 } 4128 4128 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 } 4130 4134 4131 4135 /* Check force flag actions that might require us to go back to ring-3. */
Note:
See TracChangeset
for help on using the changeset viewer.