Changeset 80946 in vbox
- Timestamp:
- Sep 23, 2019 11:08:54 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r80945 r80946 489 489 490 490 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); 492 492 } 493 493 AssertMsgFailed(("Unaligned read from port %#x cb=%d\n", uPort, cb)); … … 729 729 730 730 PCI_UNLOCK(pDevIns); 731 return rcStrict;731 return VBOXSTRICTRC_TODO(rcStrict); 732 732 } 733 733
Note:
See TracChangeset
for help on using the changeset viewer.