Changeset 29701 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 20, 2010 3:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r29699 r29701 4036 4036 void pgmPoolTracDerefGCPhysHint(PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTHCPHYS HCPhys, RTGCPHYS GCPhysHint, uint16_t iPte) 4037 4037 { 4038 RTHCPHYS HCPhysExpected = 0 ;4038 RTHCPHYS HCPhysExpected = 0xDEADBEEFDEADBEEF; 4039 4039 4040 4040 Log4(("pgmPoolTracDerefGCPhysHint %RHp %RGp\n", HCPhys, GCPhysHint));
Note:
See TracChangeset
for help on using the changeset viewer.