VirtualBox

Changeset 75508 in vbox


Ignore:
Timestamp:
Nov 16, 2018 7:16:04 AM (6 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA: Assert -> Log

File:
1 edited

Legend:

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

    r73328 r75508  
    12031203#else
    12041204            STAM_REL_COUNTER_INC(&pThis->svga.StatRegUnknownRd);
    1205 # ifndef DEBUG_sunlover
    1206             AssertMsgFailed(("reg=%#x\n", idxReg));
    1207 # endif
     1205
     1206            /* Do not assert. The guest might be reading all registers. */
     1207            LogFunc(("Unknown reg=%#x\n", idxReg));
    12081208#endif
    12091209        }
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