Changeset 10279 in vbox for trunk/src/VBox
- Timestamp:
- Jul 5, 2008 3:03:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r10063 r10279 3032 3032 if (pShwPT->a[i].n.u1Present) 3033 3033 { 3034 Log4(("pgmPoolTrackDerefPTPae 32Bit: i=%d pte=%RX32 hint=%RX32\n",3034 Log4(("pgmPoolTrackDerefPTPaeBig: i=%d pte=%RX32 hint=%RX32\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.