VirtualBox

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


Ignore:
Timestamp:
Mar 15, 2018 6:12:38 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121291
Message:

VMM/HMSVMAll: Assertion.

File:
1 edited

Legend:

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

    r70782 r71340  
    554554{
    555555    Assert(pCtx->hwvirt.svm.fHMCachedVmcb);
     556    Assert(pCtx->hwvirt.fGif);
    556557    PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache;
    557558    X86EFLAGS fEFlags;
     
    585586#else
    586587    Assert(pCtx->hwvirt.svm.fHMCachedVmcb);
     588    Assert(pCtx->hwvirt.fGif);
    587589    PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache;
    588590
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