Changeset 7928 in vbox for trunk/src/VBox
- Timestamp:
- Apr 11, 2008 4:03:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r7843 r7928 297 297 { 298 298 # ifdef PGMPOOL_WITH_GCPHYS_TRACKING 299 PCX86PTE pGstPte = (PCX86PTE)pgmPoolMonitorGCPtr2CCPtr(pPool, pvAddress, GCPhysFault, sizeof(*pGstPte));299 PCX86PTEPAE pGstPte = (PCX86PTEPAE)pgmPoolMonitorGCPtr2CCPtr(pPool, pvAddress, GCPhysFault, sizeof(*pGstPte)); 300 300 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)); 301 301 pgmPoolTracDerefGCPhysHint(pPool, pPage,
Note:
See TracChangeset
for help on using the changeset viewer.