Changeset 55828 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- May 12, 2015 1:50:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r55404 r55828 1164 1164 { 1165 1165 const char *prefix; 1166 if ((i + j) == HDA_REG(pThis, CORBRP) ;1166 if ((i + j) == HDA_REG(pThis, CORBRP)); 1167 1167 prefix = "[R]"; 1168 else if ((i + j) == HDA_REG(pThis, CORBWP) ;1168 else if ((i + j) == HDA_REG(pThis, CORBWP)); 1169 1169 prefix = "[W]"; 1170 1170 else
Note:
See TracChangeset
for help on using the changeset viewer.