VirtualBox

Changeset 15368 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 12, 2008 2:08:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40807
Message:

Paranoia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r15364 r15368  
    35433543    AssertReturn(pVM->cCPUs == 1, VERR_ACCESS_DENIED);
    35443544    AssertReturn(pVM->hwaccm.s.pfnHost32ToGuest64R0, VERR_INTERNAL_ERROR);
     3545    Assert(pVCpu->hwaccm.s.vmx.VMCSCache.Write.cValidEntries <= RT_ELEMENTS(pVCpu->hwaccm.s.vmx.VMCSCache.Write.aField));
     3546    Assert(pVCpu->hwaccm.s.vmx.VMCSCache.Read.cValidEntries <= RT_ELEMENTS(pVCpu->hwaccm.s.vmx.VMCSCache.Read.aField));
    35453547
    35463548    pCpu = HWACCMR0GetCurrentCpu();
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