Changeset 86468 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Oct 7, 2020 12:59:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r86466 r86468 1107 1107 } 1108 1108 PX86PDEPAE pPdeDst = &pPDDst->a[iPDDst]; 1109 PX86PDPE pPdpeDst = &pPdptDst->a[iPdpt];1110 1109 Assert(pPDDst); 1111 Assert(!(pPdp eDst->u & X86_PDPE_P));1110 Assert(!(pPdptDst->a[iPdpt].u & X86_PDPE_P)); 1112 1111 1113 1112 /* Fetch the pgm pool shadow descriptor. */
Note:
See TracChangeset
for help on using the changeset viewer.