VirtualBox

Changeset 8005 in vbox


Ignore:
Timestamp:
Apr 15, 2008 3:40:22 PM (17 years ago)
Author:
vboxsync
Message:

NIL_RTGCPHYS -> NIL_RTGCPHYS32

File:
1 edited

Legend:

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

    r7999 r8005  
    42944294        return rc;
    42954295
    4296     if (pData->fHaveDirtyBits && pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS)
     4296    if (pData->fHaveDirtyBits && pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS32)
    42974297    {
    42984298        PPDMDEVINS pDevIns = pData->pDevInsHC;
     
    43274327
    43284328    /* The dirty bits array has been just cleared, reset handlers as well. */
    4329     if (pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS)
     4329    if (pData->GCPhysVRAM && pData->GCPhysVRAM != NIL_RTGCPHYS32)
    43304330    {
    43314331        PPDMDEVINS pDevIns = pData->pDevInsHC;
     
    49384938             || pData->fR0Enabled)
    49394939        &&  pData->GCPhysVRAM
    4940         &&  pData->GCPhysVRAM != NIL_RTGCPHYS)
     4940        &&  pData->GCPhysVRAM != NIL_RTGCPHYS32)
    49414941    {
    49424942        int rc = PGMHandlerPhysicalReset(PDMDevHlpGetVM(pDevIns), pData->GCPhysVRAM);
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