Changeset 16416 in vbox
- Timestamp:
- Jan 30, 2009 2:00:42 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp
r16415 r16416 381 381 Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX); 382 382 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 383 if (!p PGM->CTX_SUFF(pShwPageCR3))383 if (!pVM->pgm.s.CTX_SUFF(pShwPageCR3)) 384 384 return VINF_SUCCESS; /* too early */ 385 385 #endif … … 415 415 Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX); 416 416 417 if (!p PGM->CTX_SUFF(pShwPageCR3))417 if (!pVM->pgm.s.CTX_SUFF(pShwPageCR3)) 418 418 return VINF_SUCCESS; /* too early */ 419 419 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

