Changeset 78075 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Apr 10, 2019 11:16:38 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129931
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r78073 r78075 916 916 DECLINLINE(void) ohciR3RaiseUnrecoverableError(POHCI pThis) 917 917 { 918 LogRelMax(10, ("OHCI#%d: Raising unrecoverable error\n", pThis->pDevInsR3->iInstance)); 918 919 ohciR3SetInterrupt(pThis, OHCI_INTR_UNRECOVERABLE_ERROR); 919 920 }
Note:
See TracChangeset
for help on using the changeset viewer.