Changeset 69537 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 31, 2017 11:04:11 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69535 r69537 3698 3698 #ifdef VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM 3699 3699 /* IEM only for executing nested guest, we shouldn't get here. */ 3700 /** @todo Make this into an assertion since HMR3CanExecuteGuest already checks 3701 * for it? */ 3700 3702 if (CPUMIsGuestInSvmNestedHwVirtMode(pCtx)) 3701 3703 {
Note:
See TracChangeset
for help on using the changeset viewer.