VirtualBox

Changeset 29701 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 20, 2010 3:03:59 PM (15 years ago)
Author:
vboxsync
Message:

Different initial value

File:
1 edited

Legend:

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

    r29699 r29701  
    40364036void pgmPoolTracDerefGCPhysHint(PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTHCPHYS HCPhys, RTGCPHYS GCPhysHint, uint16_t iPte)
    40374037{
    4038     RTHCPHYS HCPhysExpected = 0;
     4038    RTHCPHYS HCPhysExpected = 0xDEADBEEFDEADBEEF;
    40394039
    40404040    Log4(("pgmPoolTracDerefGCPhysHint %RHp %RGp\n", HCPhys, GCPhysHint));
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