VirtualBox

Changeset 56235 in vbox


Ignore:
Timestamp:
Jun 4, 2015 9:30:25 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100797
Message:

DevSVGA-SVGA: warning

File:
1 edited

Legend:

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

    r56051 r56235  
    23942394         */
    23952395        bool fDone = false;
    2396         while (   !(fDone = pFIFO[SVGA_FIFO_NEXT_CMD] == offCurrentCmd)
     2396        while (   !(fDone = (pFIFO[SVGA_FIFO_NEXT_CMD] == offCurrentCmd))
    23972397               && pThread->enmState == PDMTHREADSTATE_RUNNING)
    23982398        {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette