VirtualBox

Changeset 9859 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 20, 2008 2:43:24 PM (16 years ago)
Author:
vboxsync
Message:

Wrong mask again

File:
1 edited

Legend:

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

    r9858 r9859  
    10141014        return VINF_SUCCESS;
    10151015    }
    1016     RTGCPHYS GCPhysPdpt = pPml4eSrc->u & GST_PDPT_MASK;
     1016    RTGCPHYS GCPhysPdpt = pPml4eSrc->u & X86_PML4E_PG_MASK;
    10171017
    10181018    /* Check if the PML4 entry has changed. */
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