Changeset 10284 in vbox
- Timestamp:
- Jul 5, 2008 4:12:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r10283 r10284 3032 3032 if (pShwPT->a[i].n.u1Present) 3033 3033 { 3034 Log4(("pgmPoolTrackDerefPTPaeBig: i=%d pte=%RX 32 hint=%RX32\n",3034 Log4(("pgmPoolTrackDerefPTPaeBig: i=%d pte=%RX64 hint=%VGp\n", 3035 3035 i, pShwPT->a[i].u & X86_PTE_PAE_PG_MASK, GCPhys)); 3036 3036 pgmPoolTracDerefGCPhys(pPool, pPage, pShwPT->a[i].u & X86_PTE_PAE_PG_MASK, GCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.