VirtualBox

Changeset 67140 in vbox for trunk/src


Ignore:
Timestamp:
May 30, 2017 12:48:38 PM (8 years ago)
Author:
vboxsync
Message:

DevVGA.cpp/vga_mem_writeb: should return VINF_IOM_R3_MMIO_WRITE not _READ. fixes ring-0 assertions in strict builds.

File:
1 edited

Legend:

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

    r65709 r67140  
    13161316       VGA implementation, so we fake it by going to ring-3 and using a heap buffer.  */
    13171317    if (!pThis->svga.fEnabled) { /*likely*/ }
    1318     else                       return VINF_IOM_R3_MMIO_READ;
     1318    else                       return VINF_IOM_R3_MMIO_WRITE;
    13191319#endif
    13201320
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