VirtualBox

Changeset 37582 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 22, 2011 9:24:45 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72426
Message:

PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in ring-0/rawmode when it should not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r37574 r37582  
    14481448    Assert(pApic->pTimerR3 == pTimer);
    14491449    Assert(pApic->fTimerArmed);
    1450     Assert(PDMCritSectIsOwned(pDev->pCritSectR3));
     1450    Assert(PDMCritSectIsOwner(pDev->pCritSectR3));
    14511451    Assert(TMTimerIsLockOwner(pTimer));
    14521452
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