VirtualBox

Changeset 29698 in vbox


Ignore:
Timestamp:
May 20, 2010 2:08:44 PM (15 years ago)
Author:
vboxsync
Message:

More information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r29250 r29698  
    40364036void pgmPoolTracDerefGCPhysHint(PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTHCPHYS HCPhys, RTGCPHYS GCPhysHint, uint16_t iPte)
    40374037{
     4038    RTHCPHYS HCPhysExpected = 0;
     4039
    40384040    Log4(("pgmPoolTracDerefGCPhysHint %RHp %RGp\n", HCPhys, GCPhysHint));
    40394041
     
    40594061                return;
    40604062            }
     4063            HCPhysExpected = PGM_PAGE_GET_HCPHYS(&pRam->aPages[iPage]);
    40614064            break;
    40624065        }
     
    40894092    }
    40904093
    4091     AssertFatalMsgFailed(("HCPhys=%RHp GCPhysHint=%RGp\n", HCPhys, GCPhysHint));
     4094    AssertFatalMsgFailed(("HCPhys=%RHp GCPhysHint=%RGp (Expected HCPhys with hint = %RHp\n", HCPhys, GCPhysHint, HCPhysExpected));
    40924095}
    40934096
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