Changeset 10001 in vbox
- Timestamp:
- Jun 27, 2008 3:37:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9990 r10001 3583 3583 3584 3584 /* Fetch the pgm pool shadow descriptor if the shadow pml4e is present. */ 3585 if (!p VM->pgm.s.CTXMID(p,PaePML4)->a[iPml4e].n.u1Present)3585 if (!pPml4eDst->n.u1Present) 3586 3586 { 3587 3587 GCPtr += UINT64_C(_2M * 512 * 512);
Note:
See TracChangeset
for help on using the changeset viewer.