VirtualBox

Changeset 80946 in vbox


Ignore:
Timestamp:
Sep 23, 2019 11:08:54 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133527
Message:

DevPciIch9: build fix. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r80945 r80946  
    489489
    490490        LogFlowFunc(("Port=%#x cb=%#x (config=%#10x) -> %#x (%Rrc)\n", uPort, cb, *pu32, pThis->uConfigReg, VBOXSTRICTRC_VAL(rcStrict)));
    491         return rcStrict;
     491        return VBOXSTRICTRC_TODO(rcStrict);
    492492    }
    493493    AssertMsgFailed(("Unaligned read from port %#x cb=%d\n", uPort, cb));
     
    729729
    730730    PCI_UNLOCK(pDevIns);
    731     return rcStrict;
     731    return VBOXSTRICTRC_TODO(rcStrict);
    732732}
    733733
Note: See TracChangeset for help on using the changeset viewer.

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