Changeset 17179 in vbox for trunk/src/VBox
- Timestamp:
- Feb 26, 2009 5:24:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r17178 r17179 943 943 AssertReturn(pShwPage, VERR_INTERNAL_ERROR); 944 944 945 Assert((pPdpe->u & X86_PDPE_PG_MASK) == pShwPage->Core.Key) );945 Assert((pPdpe->u & X86_PDPE_PG_MASK) == pShwPage->Core.Key); 946 946 } 947 947 *ppPD = (PX86PDPAE)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
Note:
See TracChangeset
for help on using the changeset viewer.