Changeset 85899 in vbox for trunk/src/VBox/Devices/Audio/DevHDA.cpp
- Timestamp:
- Aug 27, 2020 9:35:47 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r83812 r85899 1111 1111 { 1112 1112 RT_ZERO(pThis->au32CorbBuf); 1113 #ifndef IN_RING3 /** @todo r=aeichner Why is this necessary at all? Can't see anything which would require this. */ 1113 1114 return VINF_IOM_R3_MMIO_WRITE; 1115 #else 1116 return VINF_SUCCESS; 1117 #endif 1114 1118 } 1115 1119
Note:
See TracChangeset
for help on using the changeset viewer.