Changeset 32872 in vbox
- Timestamp:
- Oct 1, 2010 3:12:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r32516 r32872 1253 1253 RTGCPTR64 GCPdPt = (RTGCPTR64)iPdPt << EPT_PDPT_SHIFT; 1254 1254 1255 rc = pgmPoolAlloc(pVM, GCPdPt, PGMPOOLKIND_ 64BIT_PD_FOR_PHYS, pShwPage->idx, iPdPt, &pShwPage);1255 rc = pgmPoolAlloc(pVM, GCPdPt, PGMPOOLKIND_EPT_PD_FOR_PHYS, pShwPage->idx, iPdPt, &pShwPage); 1256 1256 AssertRCReturn(rc, rc); 1257 1257 }
Note:
See TracChangeset
for help on using the changeset viewer.

