VirtualBox

Changeset 13429 in vbox


Ignore:
Timestamp:
Oct 21, 2008 10:02:48 AM (16 years ago)
Author:
vboxsync
Message:

Correction

Location:
trunk/src/VBox/Devices/Graphics
Files:
2 edited

Legend:

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

    r13424 r13429  
    349349    AssertMsg(offVRAM < pThis->vram_size, ("offVRAM = %p, pThis->vram_size = %p\n", offVRAM, pThis->vram_size));
    350350    ASMBitSet(&pThis->au32DirtyBitmap[0], offVRAM >> PAGE_SHIFT);
    351     pThis->fHaveDirtyBits = true;
     351    pThis->fHasDirtyBits = true;
    352352}
    353353
     
    44074407        return rc;
    44084408
    4409     if (pThis->fHaveDirtyBits && pThis->GCPhysVRAM && pThis->GCPhysVRAM != NIL_RTGCPHYS32)
     4409    if (pThis->fHasDirtyBits && pThis->GCPhysVRAM && pThis->GCPhysVRAM != NIL_RTGCPHYS32)
    44104410    {
    44114411        PGMHandlerPhysicalReset(PDMDevHlpGetVM(pDevIns), pThis->GCPhysVRAM);
    4412         pThis->fHaveDirtyBits = false;
     4412        pThis->fHasDirtyBits = false;
    44134413    }
    44144414    if (pThis->fRemappedVGA)
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r13424 r13429  
    261261    bool                        fR0Enabled;
    262262    /** Flag indicating that there are dirty bits. This is used to optimize the handler resetting. */
    263     bool                        fHaveDirtyBits;
     263    bool                        fHasDirtyBits;
    264264    /** Flag indicating that the VGA memory in the 0xa0000-0xbffff region has been remapped to allow direct access. */
    265265    bool                        fRemappedVGA;
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