VirtualBox

Changeset 81915 in vbox


Ignore:
Timestamp:
Nov 17, 2019 8:30:10 PM (5 years ago)
Author:
vboxsync
Message:

DevPIC: Split up the structure and marked the device as new-style. [fix] bugref:9218

File:
1 edited

Legend:

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

    r81914 r81915  
    764764     * Show info.
    765765     */
    766     for (int i = 0; i < RT_ELEMENTS(pThis->aPics); i++)
     766    for (unsigned i = 0; i < RT_ELEMENTS(pThis->aPics); i++)
    767767    {
    768768        PPICSTATE pPic = &pThis->aPics[i];
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