VirtualBox

Changeset 65067 in vbox for trunk


Ignore:
Timestamp:
Jan 3, 2017 11:24:27 AM (8 years ago)
Author:
vboxsync
Message:

AHCI: Don't include PIIX3ATABmDma.h as it doesn't belong here really, the only reference can be converted to a constant like we use everywhere else in the legacy SSM load path

File:
1 edited

Legend:

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

    r64842 r65067  
    5858# include <iprt/time.h>
    5959#endif
    60 #include "PIIX3ATABmDma.h"
    6160#include "ide.h"
    6261#include "VBoxDD.h"
     
    49714970    }
    49724971
    4973     SSMR3Skip(pSSM, 19 + 5 * sizeof(bool) + sizeof(BMDMAState));
     4972    SSMR3Skip(pSSM, 19 + 5 * sizeof(bool) + 8 /* sizeof(BMDMAState) */);
    49744973
    49754974    for (uint32_t j = 0; j < 2; j++)
Note: See TracChangeset for help on using the changeset viewer.

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