Changeset 17052 in vbox
- Timestamp:
- Feb 24, 2009 10:15:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17048 r17052 3771 3771 else 3772 3772 AssertFatalMsgFailed(("%x\n", pShwPD->a[i].u & X86_PDE_PG_MASK)); 3773 /** @todo 64-bit guests: have to ensure that we're not exhausting the dynamic mappings! */3774 3773 } 3775 3774 } … … 4015 4014 4016 4015 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 4016 case PGMPOOLKIND_32BIT_PD_PHYS: 4017 4017 case PGMPOOLKIND_32BIT_PD: 4018 4018 pgmPoolTrackDerefPD(pPool, pPage, (PX86PD)pvShw);
Note:
See TracChangeset
for help on using the changeset viewer.