VirtualBox

Changeset 15807 in vbox


Ignore:
Timestamp:
Jan 5, 2009 3:41:57 PM (16 years ago)
Author:
vboxsync
Message:

Check writes from the recompiler as well

File:
1 edited

Legend:

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

    r15680 r15807  
    11861186        ret = s->vram_ptr[addr];
    11871187#else /* VBOX */
    1188 # ifdef IN_RING0
     1188# ifndef IN_RC
    11891189        /* If all planes are accessible, then map the page to the frame buffer and make it writable. */
    11901190        if (   (s->sr[2] & 3) == 3
     
    11971197            s->fRemappedVGA = true;
    11981198        }
    1199 # endif /* IN_RING0 */
     1199# endif /* IN_RC */
    12001200        VERIFY_VRAM_READ_OFF_RETURN(s, addr, *prc);
    12011201        ret = s->CTX_SUFF(vram_ptr)[addr];
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