VirtualBox

Changeset 28750 in vbox


Ignore:
Timestamp:
Apr 26, 2010 2:36:21 PM (15 years ago)
Author:
vboxsync
Message:

Mask away the page offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r28656 r28750  
    19951995    }
    19961996
     1997    /* Mask away the page offset. */
     1998    GCPtrPage &= ~((RTGCPTR)0xfff);
     1999
    19972000    PPGMPOOLPAGE  pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK);
    19982001    PSHWPT        pPTDst   = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette