- Timestamp:
- May 18, 2010 9:08:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSharedPage.cpp
r29468 r29603 136 136 static DECLCALLBACK(VBOXSTRICTRC) pgmR3SharedModuleRegRendezvous(PVM pVM, PVMCPU pVCpu, void *pvUser) 137 137 { 138 /* Flush all pending handy page operations before changing any shared page assignments. */ 139 int rc = PGMR3PhysAllocateHandyPages(pVM); 140 AssertRC(rc); 141 138 142 return GMMR3CheckSharedModules(pVM); 139 143 }
Note:
See TracChangeset
for help on using the changeset viewer.