VirtualBox

Changeset 12616 in vbox for trunk/src


Ignore:
Timestamp:
Sep 20, 2008 2:52:22 PM (16 years ago)
Author:
vboxsync
Message:

APIC saved stae version back to one - no incompatibilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r12615 r12616  
    20092009     * Saved state.
    20102010     */
    2011     rc = PDMDevHlpSSMRegister(pDevIns, pDevIns->pDevReg->szDeviceName, iInstance, 2 /* version */,
     2011    rc = PDMDevHlpSSMRegister(pDevIns, pDevIns->pDevReg->szDeviceName, iInstance, 1 /* version */,
    20122012                              sizeof(*pThis), NULL, apicSaveExec, NULL, NULL, apicLoadExec, NULL);
    20132013    if (RT_FAILURE(rc))
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