- Timestamp:
- Mar 26, 2010 2:55:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r27598 r27746 828 828 Assert(PGM_PAGE_IS_ZERO(pPage)); 829 829 PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_BALLOONED); 830 831 /* Flush the shadow PT if this page was previously used as a guest page table. */ 832 pgmPoolFlushPageByGCPhys(pVM, paPhysPage[i]); 830 833 } 831 834
Note:
See TracChangeset
for help on using the changeset viewer.