VirtualBox

Changeset 50381 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 10, 2014 10:35:27 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92136
Message:

tmTimerVirtualSyncStop: Removed non-sensical lock ownership assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r49623 r50381  
    17561756    STAM_PROFILE_START(&pVM->tm.s.CTX_SUFF_Z(StatTimerStopVs), a);
    17571757    VM_ASSERT_EMT(pVM);
    1758     Assert(PDMCritSectIsOwner(&pVM->tm.s.VirtualSyncLock));
    17591758    int rc = PDMCritSectEnter(&pVM->tm.s.VirtualSyncLock, VINF_SUCCESS);
    17601759    AssertRCReturn(rc, rc);
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