Changeset 61842 in vbox
- Timestamp:
- Jun 23, 2016 7:39:06 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp
r61816 r61842 1245 1245 * Statistics. 1246 1246 */ 1247 bool fHasRC = !HMIsEnabled (PDMDevHlpGetVM(pDevIns));1247 bool fHasRC = !HMIsEnabledNotMacro(PDMDevHlpGetVM(pDevIns)); 1248 1248 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatMmioReadR0, STAMTYPE_COUNTER, "/Devices/IOAPIC/R0/MmioReadR0", STAMUNIT_OCCURENCES, "Number of IOAPIC MMIO reads in R0."); 1249 1249 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatMmioWriteR0, STAMTYPE_COUNTER, "/Devices/IOAPIC/R0/MmioWriteR0", STAMUNIT_OCCURENCES, "Number of IOAPIC MMIO writes in R0.");
Note:
See TracChangeset
for help on using the changeset viewer.