Changeset 63016 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Aug 4, 2016 10:47:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r62956 r63016 1687 1687 DECLINLINE(void) ohciDumpITdQueueCore(POHCI pThis, uint32_t GCPhysHead, uint32_t GCPhysTail, bool fFull) 1688 1688 { 1689 RT_NOREF(fFull); 1689 1690 uint32_t GCPhys = GCPhysHead; 1690 1691 int cMax = 100; … … 1724 1725 DECLINLINE(void) ohciDumpEdList(POHCI pThis, uint32_t GCPhysHead, const char *pszMsg, bool fTDs) 1725 1726 { 1727 RT_NOREF(fTDs); 1726 1728 uint32_t GCPhys = GCPhysHead; 1727 1729 if (pszMsg) … … 1765 1767 Assert(GCPhys != GCPhysHead); 1766 1768 } 1767 Log4(("\n"));1769 /* not reached */ 1768 1770 } 1769 1771
Note:
See TracChangeset
for help on using the changeset viewer.