- Timestamp:
- Mar 24, 2009 7:18:33 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r18218 r18219 2031 2031 Assert(pCore == &pChunk->Core); NOREF(pCore); 2032 2032 2033 PGMMCHUNKTLBE pTlbe = &pGMM->ChunkTLB.aEntries[GMM_CHUNKTLB_IDX(pChunk-> Key)];2033 PGMMCHUNKTLBE pTlbe = &pGMM->ChunkTLB.aEntries[GMM_CHUNKTLB_IDX(pChunk->Core.Key)]; 2034 2034 if (pTlbe->pChunk == pChunk) 2035 2035 {
Note:
See TracChangeset
for help on using the changeset viewer.