VirtualBox

Changeset 32287 in vbox


Ignore:
Timestamp:
Sep 7, 2010 12:38:55 PM (14 years ago)
Author:
vboxsync
Message:

Copy/paste fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/FTM.cpp

    r32286 r32287  
    174174
    175175    /* Remove all pending memory updates. */
    176     if (&pVM->ftm.s.standby.pPhysPageTree)
     176    if (pVM->ftm.s.standby.pPhysPageTree)
    177177    {
    178178        RTAvlGCPhysDestroy(&pVM->ftm.s.standby.pPhysPageTree, ftmR3PageTreeDestroyCallback, NULL);
     
    992992
    993993            /* Flush all pending memory updates. */
    994             if (&pVM->ftm.s.standby.pPhysPageTree)
     994            if (pVM->ftm.s.standby.pPhysPageTree)
    995995            {
    996996                RTAvlGCPhysDestroy(&pVM->ftm.s.standby.pPhysPageTree, ftmR3PageTreeDestroyCallback, pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette