Changeset 32287 in vbox
- Timestamp:
- Sep 7, 2010 12:38:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/FTM.cpp
r32286 r32287 174 174 175 175 /* Remove all pending memory updates. */ 176 if ( &pVM->ftm.s.standby.pPhysPageTree)176 if (pVM->ftm.s.standby.pPhysPageTree) 177 177 { 178 178 RTAvlGCPhysDestroy(&pVM->ftm.s.standby.pPhysPageTree, ftmR3PageTreeDestroyCallback, NULL); … … 992 992 993 993 /* Flush all pending memory updates. */ 994 if ( &pVM->ftm.s.standby.pPhysPageTree)994 if (pVM->ftm.s.standby.pPhysPageTree) 995 995 { 996 996 RTAvlGCPhysDestroy(&pVM->ftm.s.standby.pPhysPageTree, ftmR3PageTreeDestroyCallback, pVM);
Note:
See TracChangeset
for help on using the changeset viewer.