VirtualBox

Changeset 89738 in vbox


Ignore:
Timestamp:
Jun 16, 2021 10:20:53 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145189
Message:

Warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevIoApic.cpp

    r89734 r89738  
    16721672    PDMDevHlpSTAMRegister(pDevIns, &pThis->StatEoiReceived,  STAMTYPE_COUNTER, "LevelIntr/Recv", STAMUNIT_OCCURENCES, "Number of EOIs received for level-triggered interrupts from the local APIC(s).");
    16731673
    1674     for (int i = 0; i < RT_ELEMENTS(pThis->aStatLevelAct); ++i)
     1674    for (size_t i = 0; i < RT_ELEMENTS(pThis->aStatLevelAct); ++i)
    16751675        PDMDevHlpSTAMRegisterF(pDevIns, &pThis->aStatLevelAct[i], STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Time spent in the level active state", "IntPending/%02x", i);
    16761676# endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette