Changeset 13135 in vbox for trunk/src/VBox/VMM/PGMPool.cpp
- Timestamp:
- Oct 9, 2008 2:36:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r13100 r13135 278 278 pPool->aPages[PGMPOOL_IDX_AMD64_CR3].idx = PGMPOOL_IDX_AMD64_CR3; 279 279 280 /* The Shadow AMD64CR3. */280 /* The Nested Paging CR3. */ 281 281 pPool->aPages[PGMPOOL_IDX_NESTED_ROOT].Core.Key = NIL_RTHCPHYS; 282 282 pPool->aPages[PGMPOOL_IDX_NESTED_ROOT].GCPhys = NIL_RTGCPHYS;
Note:
See TracChangeset
for help on using the changeset viewer.