- Timestamp:
- Nov 4, 2016 10:34:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r64545 r64551 115 115 "Data TLB physical revision", "/IEM/CPU%u/DataTlb-PhysRev", idCpu); 116 116 117 #if def VBOX_WITH_STATISTICS117 #if defined(VBOX_WITH_STATISTICS) && !defined(DOXYGEN_RUNNING) 118 118 /* Allocate instruction statistics and register them. */ 119 119 pVCpu->iem.s.pStatsR3 = (PIEMINSTRSTATS)MMR3HeapAllocZ(pVM, MM_TAG_IEM, sizeof(IEMINSTRSTATS));
Note:
See TracChangeset
for help on using the changeset viewer.