VirtualBox

Changeset 66228 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 23, 2017 2:55:30 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114146
Message:

VMM: Nested Hw.virt: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r66227 r66228  
    228228         * Load the VMCB controls.
    229229         */
    230         AssertCompile(sizeof(pCtx->hwvirt.svm.VmcbCtrl) < RT_OFFSETOF(SVMVMCB, guest));
    231230        rc = PGMPhysSimpleReadGCPhys(pVM, &pCtx->hwvirt.svm.VmcbCtrl, GCPhysVmcb, sizeof(pCtx->hwvirt.svm.VmcbCtrl));
    232231        if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette