Changeset 26412 in vbox
- Timestamp:
- Feb 10, 2010 2:55:29 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r26411 r26412 1664 1664 { 1665 1665 RTSemFastMutexRelease(pGMM->Mtx); 1666 int rc = gmmR0AllocateOneChunk(pGMM, pSet, hGVM);1666 int rc = gmmR0AllocateOneChunk(pGMM, pSet, pGVM->hSelf); 1667 1667 int rc2 = RTSemFastMutexRequest(pGMM->Mtx); 1668 1668 AssertRCReturn(rc2, rc2);
Note:
See TracChangeset
for help on using the changeset viewer.

