Changeset 39755 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 11, 2012 5:04:59 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r39738 r39755 492 492 } 493 493 pPage->Core.Key = MMPage2Phys(pVM, pPage->pvPageR3); 494 AssertFatal(pPage->Core.Key < _4G );494 AssertFatal(pPage->Core.Key < _4G || fCanUseHighMemory); 495 495 pPage->GCPhys = NIL_RTGCPHYS; 496 496 pPage->enmKind = PGMPOOLKIND_FREE;
Note:
See TracChangeset
for help on using the changeset viewer.