Changeset 28750 in vbox
- Timestamp:
- Apr 26, 2010 2:36:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r28656 r28750 1995 1995 } 1996 1996 1997 /* Mask away the page offset. */ 1998 GCPtrPage &= ~((RTGCPTR)0xfff); 1999 1997 2000 PPGMPOOLPAGE pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK); 1998 2001 PSHWPT pPTDst = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
Note:
See TracChangeset
for help on using the changeset viewer.