Changeset 62246 in vbox for trunk/src/VBox
- Timestamp:
- Jul 14, 2016 11:52:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r62231 r62246 7592 7592 DECLINLINE(int) iemMapLookup(PVMCPU pVCpu, void *pvMem, uint32_t fAccess) 7593 7593 { 7594 Assert(pVCpu->iem.s.cActiveMappings < RT_ELEMENTS(pVCpu->iem.s.aMemMappings));7594 Assert(pVCpu->iem.s.cActiveMappings <= RT_ELEMENTS(pVCpu->iem.s.aMemMappings)); 7595 7595 fAccess &= IEM_ACCESS_WHAT_MASK | IEM_ACCESS_TYPE_MASK; 7596 7596 if ( pVCpu->iem.s.aMemMappings[0].pv == pvMem
Note:
See TracChangeset
for help on using the changeset viewer.