VirtualBox

儲存庫 vbox 的更動 13429


忽略:
時間撮記:
2008-10-21 上午10:02:48 (16 年 以前)
作者:
vboxsync
訊息:

Correction

位置:
trunk/src/VBox/Devices/Graphics
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette