VirtualBox

Changeset 52412 in vbox for trunk/src


Ignore:
Timestamp:
Aug 19, 2014 12:18:32 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95584
Message:

AHCI: argh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r52409 r52412  
    80948094
    80958095#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]);
    81048098#endif
    81058099        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette