VirtualBox

Changeset 55796 in vbox


Ignore:
Timestamp:
May 10, 2015 5:44:43 PM (10 years ago)
Author:
vboxsync
Message:

Missed this one.

File:
1 edited

Legend:

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

    r55795 r55796  
    12641264    } else {
    12651265        /* standard VGA latched access */
    1266         VERIFY_VRAM_READ_OFF_RETURN(pThis, addr, *prc); /** @todo wrong check! Missing addr*4.  */
     1266        VERIFY_VRAM_READ_OFF_RETURN(pThis, addr * 4 + 3, *prc);
    12671267#if defined(IN_RING3) && defined(VBOX_WITH_VMSVGA) && defined(VBOX_WITH_VMSVGA_BACKUP_VGA_FB) /** @todo figure out the right way */
    12681268        if (pThis->svga.fEnabled && addr * 4 + 3 < _32K)
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