Changeset 9946
- Timestamp:
- 06/26/08 12:58:08 (5 months ago)
- Files:
-
- trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r9945 r9946 311 311 # ifdef PGMPOOL_WITH_GCPHYS_TRACKING 312 312 PCX86PTEPAE pGstPte = (PCX86PTEPAE)pgmPoolMonitorGCPtr2CCPtr(pPool, pvAddress, GCPhysFault, sizeof(*pGstPte)); 313 Log4(("pgmPoolMonitorChainChanging pae_32: deref %VHp GCPhys %VGp\n", uShw.pPT ->a[iShw].u & X86_PTE_PAE_PG_MASK, pGstPte->u & X86_PTE_PAE_PG_MASK));313 Log4(("pgmPoolMonitorChainChanging pae_32: deref %VHp GCPhys %VGp\n", uShw.pPTPae->a[iShw].u & X86_PTE_PAE_PG_MASK, pGstPte->u & X86_PTE_PAE_PG_MASK)); 314 314 pgmPoolTracDerefGCPhysHint(pPool, pPage, 315 315 uShw.pPTPae->a[iShw].u & X86_PTE_PAE_PG_MASK,

