Changeset 28092 in vbox
- Timestamp:
- Apr 8, 2010 1:44:54 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r27976 r28092 451 451 } 452 452 pPage->Core.Key = MMPage2Phys(pVM, pPage->pvPageR3); 453 AssertFatal(pPage->Core.Key < _4G); 453 454 pPage->GCPhys = NIL_RTGCPHYS; 454 455 pPage->enmKind = PGMPOOLKIND_FREE;
Note:
See TracChangeset
for help on using the changeset viewer.