- Timestamp:
- Nov 17, 2009 10:52:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r24711 r24715 824 824 pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg); 825 825 } 826 #if 0 /* broken*/826 #if 1 /* Testing */ 827 827 pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK); 828 828 #endif … … 870 870 pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg); 871 871 } 872 #if 0 /* broken*/872 #if 1 /* Testing */ 873 873 pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK); 874 874 #endif
Note:
See TracChangeset
for help on using the changeset viewer.