- Timestamp:
- Feb 13, 2009 10:01:47 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r16679 r16733 1077 1077 1078 1078 /* Create a reference back to the PDPT by using the index in its shadow page. */ 1079 rc = pgmPoolAlloc(pVM, GCPdPt, enmKind, p VM->pgm.s.CTX_SUFF(pShwPageCR3)->idx, iPdPt, &pShwPage);1079 rc = pgmPoolAlloc(pVM, GCPdPt, enmKind, pShwPage->idx, iPdPt, &pShwPage); 1080 1080 #else 1081 1081 if (!fNestedPaging)
Note:
See TracChangeset
for help on using the changeset viewer.