Changeset 66228 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 23, 2017 2:55:30 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r66227 r66228 228 228 * Load the VMCB controls. 229 229 */ 230 AssertCompile(sizeof(pCtx->hwvirt.svm.VmcbCtrl) < RT_OFFSETOF(SVMVMCB, guest));231 230 rc = PGMPhysSimpleReadGCPhys(pVM, &pCtx->hwvirt.svm.VmcbCtrl, GCPhysVmcb, sizeof(pCtx->hwvirt.svm.VmcbCtrl)); 232 231 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.