VirtualBox

Changeset 31790 in vbox for trunk


Ignore:
Timestamp:
Aug 19, 2010 1:56:46 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64980
Message:

burn fix

File:
1 edited

Legend:

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

    r31789 r31790  
    295295        if (!pVM->ftm.s.fCheckpointingActive)
    296296        {
    297             int rc = PDMCritSectEnter(&pVM->ftm.s.CritSect, VERR_SEM_BUSY);
    298             AssertMsg(rc == VINF_SUCCESS, ("%Rrc\n", rc));
     297            int rc2 = PDMCritSectEnter(&pVM->ftm.s.CritSect, VERR_SEM_BUSY);
     298            AssertMsg(rc2 == VINF_SUCCESS, ("%Rrc\n", rc));
    299299
    300300            /* sync the changed memory with the standby node. */
Note: See TracChangeset for help on using the changeset viewer.

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