VirtualBox

Changeset 62246 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 14, 2016 11:52:13 AM (9 years ago)
Author:
vboxsync
Message:

iemMapLookup: Duh!

File:
1 edited

Legend:

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

    r62231 r62246  
    75927592DECLINLINE(int) iemMapLookup(PVMCPU pVCpu, void *pvMem, uint32_t fAccess)
    75937593{
    7594     Assert(pVCpu->iem.s.cActiveMappings < RT_ELEMENTS(pVCpu->iem.s.aMemMappings));
     7594    Assert(pVCpu->iem.s.cActiveMappings <= RT_ELEMENTS(pVCpu->iem.s.aMemMappings));
    75957595    fAccess &= IEM_ACCESS_WHAT_MASK | IEM_ACCESS_TYPE_MASK;
    75967596    if (   pVCpu->iem.s.aMemMappings[0].pv == pvMem
Note: See TracChangeset for help on using the changeset viewer.

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