- Timestamp:
- Aug 19, 2014 12:18:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r52409 r52412 8094 8094 8095 8095 #ifdef VBOX_STRICT 8096 /* Check that all cached tasks were freed at this point. */ 8097 for (unsigned iPort = 0; iPort < pThis->cPortsImpl; iPort++) 8098 { 8099 PAHCIPort pAhciPort = &pThis->ahciPort[iPort]; 8100 8101 for (uint32_t i = 0; i < AHCI_NR_COMMAND_SLOTS; i++) 8102 Assert(!pAhciPort->aCachedTasks[i]); 8103 } 8096 for (uint32_t i = 0; i < AHCI_NR_COMMAND_SLOTS; i++) 8097 Assert(!pAhciPort->aCachedTasks[i]); 8104 8098 #endif 8105 8099 }
Note:
See TracChangeset
for help on using the changeset viewer.