VirtualBox

Changeset 65930 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 3, 2017 1:14:22 PM (8 years ago)
Author:
vboxsync
Message:

InvalidatePage: Optimizations.

File:
1 edited

Legend:

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

    r65531 r65930  
    12281228     */
    12291229# if PGM_SHW_TYPE == PGM_TYPE_32BIT
    1230     const unsigned  iPDDst    = (GCPtrPage >> SHW_PD_SHIFT) & SHW_PD_MASK;
     1230    const unsigned  iPDDst    = (uint32_t)GCPtrPage >> SHW_PD_SHIFT;
    12311231    PX86PDE         pPdeDst   = pgmShwGet32BitPDEPtr(pVCpu, GCPtrPage);
    12321232
     
    12441244
    12451245# elif PGM_SHW_TYPE == PGM_TYPE_PAE
    1246     const unsigned  iPdpt     = (GCPtrPage >> X86_PDPT_SHIFT);
     1246    const unsigned  iPdpt     = (uint32_t)GCPtrPage >> X86_PDPT_SHIFT;
    12471247    PX86PDPT        pPdptDst  = pgmShwGetPaePDPTPtr(pVCpu);
    12481248
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