VirtualBox

Changeset 53240 in vbox for trunk/src


Ignore:
Timestamp:
Nov 5, 2014 3:11:05 PM (10 years ago)
Author:
vboxsync
Message:

vmsvga: fix load state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r53201 r53240  
    54795479
    54805480#ifdef VBOX_WITH_VMSVGA
    5481     if (    rc == VINF_SUCCESS
    5482         &&  pThis->fVMSVGAEnabled)
     5481    if (pThis->fVMSVGAEnabled)
     5482    {
    54835483        rc = vmsvgaSaveExec(pDevIns, pSSM);
     5484        AssertRCReturn(rc, rc);
     5485    }
    54845486#endif
    54855487
     
    55875589#endif
    55885590#ifdef VBOX_WITH_VMSVGA
    5589     rc = vmsvgaLoadDone(pDevIns);
     5591    if (pThis->fVMSVGAEnabled)
     5592    {
     5593        rc = vmsvgaLoadDone(pDevIns);
     5594        AssertRCReturn(rc, rc);
     5595    }
    55905596#endif
    55915597    return 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