VirtualBox

Changeset 51748 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Jun 27, 2014 7:13:06 PM (11 years ago)
Author:
vboxsync
Message:

DevVGA: replaced assert with if statement for a transient VGA state.

File:
1 edited

Legend:

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

    r51629 r51748  
    20312031    AssertReturn(cy, VERR_INVALID_PARAMETER);
    20322032    AssertPtrReturn(pThis, VERR_INVALID_POINTER);
    2033     AssertReturn(pThis->line_offset, VERR_INTERNAL_ERROR);
     2033
     2034    if (!pThis->line_offset)
     2035        return VERR_INTERNAL_ERROR;
    20342036
    20352037#if 0 //def VBOX_WITH_VDMA
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