- Timestamp:
- Aug 19, 2010 1:56:46 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/FTM.cpp
r31789 r31790 295 295 if (!pVM->ftm.s.fCheckpointingActive) 296 296 { 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)); 299 299 300 300 /* sync the changed memory with the standby node. */
Note:
See TracChangeset
for help on using the changeset viewer.