Changeset 71734 in vbox
- Timestamp:
- Apr 7, 2018 2:46:01 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDACommon.cpp
r71711 r71734 568 568 569 569 #ifdef IN_RING3 570 570 571 # ifdef LOG_ENABLED 571 572 void hdaBDLEDumpAll(PHDASTATE pThis, uint64_t u64BDLBase, uint16_t cBDLE) … … 708 709 AssertPtr(pThis->pTimer[pStream->u8SD]); 709 710 710 #ifdef VBOX_STRICT 711 # ifdef VBOX_STRICT 712 /** @todo r=bird: This looks totally wrong inside \#ifdef VBOX_STRICT, 713 * especially with the comment. If you're trying to avoid assertions in TM 714 * code, you better say so and explain why it's okay to try bypass it this 715 * way. If that isn't the case, then I don't know what on earth you're doing 716 * here... */ 711 717 const uint64_t tsNow = TMTimerGet(pThis->pTimer[pStream->u8SD]); 712 718 713 719 if (tsExpireMin < tsNow) /* Make sure to not go backwards in time. */ 714 720 tsExpireMin = tsNow; 715 # endif721 # endif 716 722 717 723 int rc2 = TMTimerSet(pThis->pTimer[pStream->u8SD], tsExpireMin); … … 720 726 return true; 721 727 } 728 722 729 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.

