VirtualBox

Changeset 51633 in vbox


Ignore:
Timestamp:
Jun 17, 2014 1:58:34 PM (10 years ago)
Author:
vboxsync
Message:

vga: saved state bugfix, sigh

File:
1 edited

Legend:

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

    r51632 r51633  
    18831883                    rc = SSMR3GetU32(pSSM, &u32);
    18841884                    AssertRCReturn(rc, rc);
    1885                 }
    1886 
    1887                 if (u32)
    1888                 {
    1889                     LogRel(("2D pending command while 2D is not supported\n"));
    1890                     return VERR_NOT_SUPPORTED;
     1885
     1886                    if (u32)
     1887                    {
     1888                        LogRel(("2D pending command while 2D is not supported\n"));
     1889                        return VERR_NOT_SUPPORTED;
     1890                    }
    18911891                }
    18921892#endif
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