Changeset 38072 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 19, 2011 2:53:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r37805 r38072 806 806 807 807 /* Destroy the chunk locks. */ 808 for (unsigned iMtx = 0; iMtx ++< RT_ELEMENTS(pGMM->aChunkMtx); iMtx++)808 for (unsigned iMtx = 0; iMtx < RT_ELEMENTS(pGMM->aChunkMtx); iMtx++) 809 809 { 810 810 Assert(pGMM->aChunkMtx[iMtx].cUsers == 0);
Note:
See TracChangeset
for help on using the changeset viewer.