- Timestamp:
- Nov 25, 2009 8:57:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r24767 r24927 870 870 pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg); 871 871 } 872 #if 1/* Testing */872 #if 0 /* Testing */ 873 873 pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK); 874 874 #endif … … 916 916 pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg); 917 917 } 918 #if 1/* Testing */918 #if 0 /* Testing */ 919 919 pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK); 920 920 #endif
Note:
See TracChangeset
for help on using the changeset viewer.