- Timestamp:
- Mar 31, 2008 1:21:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7655 r7656 1388 1388 */ 1389 1389 /* Calculate the GC physical address of this 4KB shadow page. */ 1390 RTGCPHYS GCPhys = (PdeSrc.u & X86_PDE4M_PG_MASK) | ((RTGCUINTPTR)GCPtrPage & GST_BIG_PAGE_OFFSET_MASK);1390 RTGCPHYS GCPhys = (PdeSrc.u & GST_PDE4M_PG_MASK) | ((RTGCUINTPTR)GCPtrPage & GST_BIG_PAGE_OFFSET_MASK); 1391 1391 /* Find ram range. */ 1392 1392 PPGMPAGE pPage;
Note:
See TracChangeset
for help on using the changeset viewer.