Changeset 55828 in vbox
- Timestamp:
- May 12, 2015 1:50:14 PM (9 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
Devices/Audio/DevIchHda.cpp (modified) (1 diff)
-
Storage/testcase/vbox-img.cpp (modified) (1 diff)
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 -
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r51306 r55828 1304 1304 RTVfsFileRelease(hVfsFile); 1305 1305 } 1306 else if RT_FAILURE(rc)1306 else if (RT_FAILURE(rc)) 1307 1307 break; 1308 1308 else
Note:
See TracChangeset
for help on using the changeset viewer.

