Changeset 31367 in vbox for trunk/src/VBox
- Timestamp:
- Aug 4, 2010 5:20:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64421
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r31366 r31367 4168 4168 * Take the sempahore and do some more validations. 4169 4169 */ 4170 intrc = RTSemFastMutexRequest(pGMM->Mtx);4170 rc = RTSemFastMutexRequest(pGMM->Mtx); 4171 4171 AssertRC(rc); 4172 4172 # endif … … 4192 4192 4193 4193 # ifndef DEBUG_sandervl 4194 4194 RTSemFastMutexRelease(pGMM->Mtx); 4195 4195 # endif 4196 4196 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.