VirtualBox

Changeset 49510 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 15, 2013 3:52:22 PM (11 years ago)
Author:
vboxsync
Message:

vga/crogl: fix assertion

File:
1 edited

Legend:

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

    r49509 r49510  
    15391539static int vboxVBVAExHSProcessorAcquire(struct VBVAEXHOSTCONTEXT *pCmdVbva)
    15401540{
    1541     Assert(pCmdVbva->u32State == VBVAEXHOSTCONTEXT_STATE_STOPPED);
     1541    Assert(pCmdVbva->u32State != VBVAEXHOSTCONTEXT_STATE_STOPPED);
    15421542
    15431543    uint32_t oldState;
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