Changeset 18980 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Apr 17, 2009 8:07:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r18978 r18980 3236 3236 else 3237 3237 { 3238 STAM_COUNTER_INC(&pPGM CPU->StatR0DynMapHCPageInlMisses);3238 STAM_COUNTER_INC(&pPGM->StatR0DynMapHCPageInlMisses); 3239 3239 pgmR0DynMapHCPageCommon(pVM, pSet, HCPhys, ppv); 3240 3240 }
Note:
See TracChangeset
for help on using the changeset viewer.