Changeset 9758 in vbox
- Timestamp:
- Jun 17, 2008 11:41:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9757 r9758 3069 3069 if (pPdptDst->a[iPDPTE].n.u1Present) 3070 3070 pShwPde = pgmPoolGetPage(pPool, pPdptDst->a[iPDPTE].u & X86_PDPE_PG_MASK); 3071 else3072 Assert(pPDSrc == NULL);3073 3071 3074 3072 if (pPDSrc == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.