Changeset 67705 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 29, 2017 4:17:28 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r67701 r67705 1608 1608 LogFunc(("fInterrupt=%RTbool\n", fInterrupt)); 1609 1609 1610 if (fInterrupt)1611 {1612 1610 #ifndef DEBUG 1613 1611 hdaProcessInterrupt(pThis); 1614 1612 #else 1615 hdaProcessInterrupt(pThis, __FUNCTION__); 1616 #endif 1617 } 1613 hdaProcessInterrupt(pThis, __FUNCTION__); 1614 #endif 1618 1615 } 1619 1616 #endif
Note:
See TracChangeset
for help on using the changeset viewer.