Changeset 38955 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 6, 2011 12:23:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInline.h
r37354 r38955 491 491 STAM_COUNTER_INC(&pVM->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,PageMapTlbHits)); 492 492 rc = VINF_SUCCESS; 493 AssertPtr(pTlbe->pv); 494 Assert(!pTlbe->pMap || RT_VALID_PTR(pTlbe->pMap->pv)); 493 495 } 494 496 else
Note:
See TracChangeset
for help on using the changeset viewer.